summaryrefslogtreecommitdiff
path: root/net/net-snmp
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2005-10-18 04:32:37 +0000
committergrant <grant@pkgsrc.org>2005-10-18 04:32:37 +0000
commit69ecdeea3a44d37a20236fdabb5a7fcd561ce2be (patch)
treee0364a3d3d71eabc0030841e119b91b191253060 /net/net-snmp
parente66368ac5a7ded62fd6090ff8e77840ddc3f14a0 (diff)
downloadpkgsrc-69ecdeea3a44d37a20236fdabb5a7fcd561ce2be.tar.gz
make this reliably find libwrap.
Diffstat (limited to 'net/net-snmp')
-rw-r--r--net/net-snmp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/net-snmp/Makefile b/net/net-snmp/Makefile
index 23913526a55..b7a027787e1 100644
--- a/net/net-snmp/Makefile
+++ b/net/net-snmp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2005/08/06 06:19:24 jlam Exp $
+# $NetBSD: Makefile,v 1.37 2005/10/18 04:32:37 grant Exp $
DISTNAME= net-snmp-5.2.1.2
PKGREVISION= 1
@@ -44,7 +44,7 @@ NET_SNMP_MIBDIRS?= \$$HOME/.snmp/mibs:${PREFIX}/share/snmp/mibs:${PREFIX}/lib/t
CONFIGURE_ARGS+= --enable-shared
CONFIGURE_ARGS+= --with-defaults
-CONFIGURE_ARGS+= --with-libwrap
+CONFIGURE_ARGS+= --with-libwrap=${BUILDLINK_PREFIX.tcp_wrappers}/lib
CONFIGURE_ARGS+= --with-sys-contact="${NET_SNMP_SYS_CONTACT}"
CONFIGURE_ARGS+= --with-sys-location="${NET_SNMP_SYS_LOCATION}"
#