aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorRyan Steinmetz <zi@FreeBSD.org>2014-06-25 15:25:40 +0000
committerRyan Steinmetz <zi@FreeBSD.org>2014-06-25 15:25:40 +0000
commitbc3fd0ac051c826f5cfafef532e267efcc511ec3 (patch)
tree5ab41600ff70dc9bb12492a88c894ddf334eb9d6 /net-mgmt
parent96fd89767ad146b58ed99d92d5844060db277be1 (diff)
downloadports-bc3fd0ac051c826f5cfafef532e267efcc511ec3.tar.gz
ports-bc3fd0ac051c826f5cfafef532e267efcc511ec3.zip
- Another attempt at unbreaking
Notes
Notes: svn path=/head/; revision=359253
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/net-snmp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/net-snmp/Makefile b/net-mgmt/net-snmp/Makefile
index 20b20ace10f7..a90db863b647 100644
--- a/net-mgmt/net-snmp/Makefile
+++ b/net-mgmt/net-snmp/Makefile
@@ -54,7 +54,7 @@ CONFIGURE_ARGS+=--enable-shared --enable-internal-md5 \
--with-logfile="${NET_SNMP_LOGFILE}" \
--with-persistent-directory="${NET_SNMP_PERSISTENTDIR}" \
--with-gnu-ld --with-libwrap \
- --with-ldflags="-lm -lkvm -ldevstat -lpkg"
+ --with-ldflags="-lm -lkvm -ldevstat -lpkg -L${LOCALBASE}/lib"
SUB_FILES= pkg-message
.if defined(BATCH)