aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/net-snmp
diff options
context:
space:
mode:
authorzi <zi@FreeBSD.org>2014-06-25 23:25:40 +0800
committerzi <zi@FreeBSD.org>2014-06-25 23:25:40 +0800
commitd59277e523c4a1e55f03bd334df557802a638c98 (patch)
tree5ab41600ff70dc9bb12492a88c894ddf334eb9d6 /net-mgmt/net-snmp
parent055d3951f0ee80294693dbcbbd3c80d9ba8bcef9 (diff)
downloadfreebsd-ports-gnome-d59277e523c4a1e55f03bd334df557802a638c98.tar.gz
freebsd-ports-gnome-d59277e523c4a1e55f03bd334df557802a638c98.tar.zst
freebsd-ports-gnome-d59277e523c4a1e55f03bd334df557802a638c98.zip
- Another attempt at unbreaking
Diffstat (limited to 'net-mgmt/net-snmp')
-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)