diff options
author | minskim <minskim@pkgsrc.org> | 2006-06-20 22:12:59 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-06-20 22:12:59 +0000 |
commit | cffca6fc0fa78c14b0f612a373c8358bec4eeaa4 (patch) | |
tree | d8e92cb4267a6c2b939718c51574cb1e485b6ea5 /net/nocol | |
parent | 64cfe268fb0d9fc6019595e1aa2fd1d4533d24a1 (diff) | |
download | pkgsrc-cffca6fc0fa78c14b0f612a373c8358bec4eeaa4.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 |