Skip to content

Commit

Permalink
Buildlink3'ify. No functional change.
Browse files Browse the repository at this point in the history
  • Loading branch information
uebayasi committed Oct 29, 2007
1 parent 60a5026 commit 086d3a7
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions devel/semantic/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.22 2007/07/05 18:20:07 jnemeth Exp $
# $NetBSD: Makefile,v 1.23 2007/10/29 12:56:30 uebayasi Exp $
#

DISTNAME= semantic-1.4.4
Expand All @@ -10,11 +10,6 @@ MAINTAINER= [email protected]
HOMEPAGE= http://cedet.sourceforge.net/semantic.shtml
COMMENT= Lexer, parser-generator, and parser written for Emacs

DEPENDS+= ${EMACS_PKGNAME_PREFIX}speedbar>=0.13:../../editors/speedbar
DEPENDS+= ${EMACS_PKGNAME_PREFIX}eieio>=0.17:../../lang/eieio

.include "../../mk/emacs.mk"

PKGSRC_MAKE_ENV+= EMACS=${EMACS_FLAVOR}

NO_CONFIGURE= yes
Expand Down Expand Up @@ -53,4 +48,8 @@ do-install:
${INSTALL_DATA} "$$f" ${EMACS_INFOPREFIX}; \
done

.include "../../mk/emacs.mk"

.include "../../editors/speedbar/buildlink3.mk"
.include "../../lang/eieio/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

0 comments on commit 086d3a7

Please sign in to comment.