summaryrefslogtreecommitdiff
path: root/net/ucd-snmp/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2000-08-14 23:48:24 +0000
committerwiz <wiz>2000-08-14 23:48:24 +0000
commit313e1a4df4ebf1a2ec516237cc6d87946a87ec61 (patch)
tree43c3a5018b4cf8efacba168166369c410a867d30 /net/ucd-snmp/Makefile
parentc182dcfa4fed2edefcfe85a934494472d6c5516b (diff)
downloadpkgsrc-313e1a4df4ebf1a2ec516237cc6d87946a87ec61.tar.gz
USE_PKGLIBTOOL -> USE_LIBTOOL
Diffstat (limited to 'net/ucd-snmp/Makefile')
-rw-r--r--net/ucd-snmp/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/ucd-snmp/Makefile b/net/ucd-snmp/Makefile
index 87acfa6e378..f0eba55eff9 100644
--- a/net/ucd-snmp/Makefile
+++ b/net/ucd-snmp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2000/06/01 11:23:37 rh Exp $
+# $NetBSD: Makefile,v 1.20 2000/08/14 23:48:24 wiz Exp $
# FreeBSD Id: Makefile,v 1.18 1998/04/06 20:50:31 andreas Exp
#
@@ -18,9 +18,10 @@ HOMEPAGE= http://ucd-snmp.ucdavis.edu/
BUILD_DEPENDS+= autoreconf:../../devel/autoconf
BUILD_DEFS+= USE_INET6
+
.include "../../mk/bsd.prefs.mk"
-USE_PKGLIBTOOL= yes
+USE_LIBTOOL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-defaults --with-libwrap --with-logfile="/var/log/snmpd"