diff options
Diffstat (limited to 'net/ucd-snmp-current/Makefile')
-rw-r--r-- | net/ucd-snmp-current/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ucd-snmp-current/Makefile b/net/ucd-snmp-current/Makefile index b5dfb9b5e74..cc7d7c655be 100644 --- a/net/ucd-snmp-current/Makefile +++ b/net/ucd-snmp-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2001/02/25 04:18:09 hubertf Exp $ +# $NetBSD: Makefile,v 1.8 2001/03/27 03:20:12 hubertf Exp $ # DISTNAME= ucd-snmp-4.0.1 @@ -19,7 +19,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.ece.ucdavis.edu/ucd-snmp/ COMMENT= Extensible SNMP implementation -BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf +BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-defaults |