diff options
author | dholland <dholland@pkgsrc.org> | 2014-06-28 21:28:14 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2014-06-28 21:28:14 +0000 |
commit | bfee0830be6c58088bf6e97ec92ae04ed4f5af57 (patch) | |
tree | 5951cad373ac6a79b7ea0f7619dd16fdc5f048bd | |
parent | 72a8c6a8a47d5f81f1f877c9dd6f6ef622873453 (diff) | |
download | pkgsrc-bfee0830be6c58088bf6e97ec92ae04ed4f5af57.tar.gz |
Don't pull in flex with both USE_TOOLS and bl3. USE_TOOLS is sufficient.
Should fix shlib check failure.
-rw-r--r-- | net/unfs3/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/unfs3/Makefile b/net/unfs3/Makefile index 34a712a1528..4d1ada6e30a 100644 --- a/net/unfs3/Makefile +++ b/net/unfs3/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2014/04/21 18:14:23 joerg Exp $ +# $NetBSD: Makefile,v 1.13 2014/06/28 21:28:14 dholland Exp $ # DISTNAME= unfs3-0.9.22 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=unfs3/} @@ -35,5 +35,4 @@ post-install: ${INSTALL_DATA} ${FILESDIR}/exports \ ${DESTDIR}${PREFIX}/share/examples/unfs3 -.include "../../devel/flex/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |