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 | d2459d21be82757f5a4e727766b684be3c00f5e7 (patch) | |
tree | d8e92cb4267a6c2b939718c51574cb1e485b6ea5 /net/nocol/Makefile | |
parent | b32931e0c10103a7edc1fc69cd7122a43b9098bb (diff) | |
download | pkgsrc-d2459d21be82757f5a4e727766b684be3c00f5e7.tar.gz |
USE_TOOLS+=yacc
Diffstat (limited to 'net/nocol/Makefile')
-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 |