diff options
author | minskim <minskim> | 2006-06-20 22:12:59 +0000 |
---|---|---|
committer | minskim <minskim> | 2006-06-20 22:12:59 +0000 |
commit | 3d983d2654144f8f4e618f3d4ef7d92126f149db (patch) | |
tree | d8e92cb4267a6c2b939718c51574cb1e485b6ea5 /net/nocol | |
parent | 72e7ba4ce83d6565194add18b398be8b29625aec (diff) | |
download | pkgsrc-3d983d2654144f8f4e618f3d4ef7d92126f149db.tar.gz |
USE_TOOLS+=yacc
Diffstat (limited to 'net/nocol')
-rw-r--r-- | net/nocol/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |