diff options
author | xtraeme <xtraeme> | 2005-05-09 12:24:38 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2005-05-09 12:24:38 +0000 |
commit | 6c309257b8bf5dee24200e7bc18b36a1670b5280 (patch) | |
tree | b83b541e2a78fa802ff550956fff1ff27053a109 /devel/cvsup | |
parent | 16a4607aa8fd85ed662ede25b990c1c94c487b8e (diff) | |
download | pkgsrc-6c309257b8bf5dee24200e7bc18b36a1670b5280.tar.gz |
Use lang/ezm3/buildlink3, bump PKGREVISION.
Diffstat (limited to 'devel/cvsup')
-rw-r--r-- | devel/cvsup/Makefile.common | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/cvsup/Makefile.common b/devel/cvsup/Makefile.common index ce6893f1815..1518188455e 100644 --- a/devel/cvsup/Makefile.common +++ b/devel/cvsup/Makefile.common @@ -1,6 +1,7 @@ -# $NetBSD: Makefile.common,v 1.4 2004/06/04 18:19:50 jschauma Exp $ +# $NetBSD: Makefile.common,v 1.5 2005/05/09 12:24:38 xtraeme Exp $ DISTNAME= cvsup-snap-16.1h +PKGREVISION= 1 CATEGORIES= devel net MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/development/CVSup/snapshots/ @@ -12,8 +13,6 @@ ONLY_FOR_PLATFORM= FreeBSD-*-i386 NetBSD-*-i386 Linux-*-i386 .include "../../mk/bsd.prefs.mk" -BUILD_DEPENDS= ezm3>=1.1:../../lang/ezm3 - MAKE_FLAGS+= PREFIX=${PREFIX} M3FLAGS="${M3FLAGS}" M3BIN= ${PREFIX}/ezm3/bin/m3build @@ -48,3 +47,5 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/License ${PREFIX}/share/doc/cvsup ${INSTALL_DATA} ${FILESDIR}/*cvsup* \ ${EGDIR} + +.include "../../lang/ezm3/buildlink3.mk" |