diff options
author | grant <grant> | 2005-10-18 04:32:37 +0000 |
---|---|---|
committer | grant <grant> | 2005-10-18 04:32:37 +0000 |
commit | 787fc2033d586f3ec74b0091a484f63b12c05b1d (patch) | |
tree | e0364a3d3d71eabc0030841e119b91b191253060 /net | |
parent | e50658c52fab330c48900e869b53f8fccd773017 (diff) | |
download | pkgsrc-787fc2033d586f3ec74b0091a484f63b12c05b1d.tar.gz |
make this reliably find libwrap.
Diffstat (limited to 'net')
-rw-r--r-- | net/net-snmp/Makefile | 4 |
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}" # |