diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/lambdamoo/Makefile | 3 | ||||
-rw-r--r-- | net/nocol/Makefile | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/net/lambdamoo/Makefile b/net/lambdamoo/Makefile index 403242a3977..21062c5d23d 100644 --- a/net/lambdamoo/Makefile +++ b/net/lambdamoo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2006/04/23 00:12:39 jlam Exp $ +# $NetBSD: Makefile,v 1.20 2006/06/20 22:15:58 minskim Exp $ DISTNAME= LambdaMOO-1.8.1 PKGNAME= lambdamoo-1.8.1 @@ -29,6 +29,7 @@ FILES_SUBST+= LAMBDAMOO_HOME=${LAMBDAMOO_HOME:Q} WRKSRC= ${WRKDIR}/MOO-1.8.1 BUILD_TARGET= GNU_CONFIGURE= yes +USE_TOOLS+= yacc INSTALLATION_DIRS= sbin pre-build: diff --git a/net/nocol/Makefile b/net/nocol/Makefile index 1c9b14b0bc9..83c95bad935 100644 --- a/net/nocol/Makefile +++ b/net/nocol/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2006/05/18 20:30:00 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2006/06/20 22:17:14 minskim Exp $ # DISTNAME= nocol-4.3.1 @@ -16,7 +16,7 @@ HAS_CONFIGURE= yes CONFIGURE_SCRIPT= ./Configure CONFIGURE_ARGS+= < ${WRKSRC}/answers -USE_TOOLS+= perl:run mkdirhier +USE_TOOLS+= perl:run mkdirhier yacc USE_LIBTOOL= yes LIBTOOL_OVERRIDE= ${WRKSRC}/cmu-snmp/snmp/libtool \ ${WRKSRC}/cmu-snmp/snmpapps/libtool |