aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-07-16 16:26:25 +0800
committerbapt <bapt@FreeBSD.org>2014-07-16 16:26:25 +0800
commit194495cf473a24cea7f1d7ba3d6d1a3ee63ccd00 (patch)
tree631e17a2b7895241106d33db493284675e581402 /net-mgmt
parentd00964c5ca301785a1907fb7ee6dff8d7fbdb044 (diff)
downloadfreebsd-ports-gnome-194495cf473a24cea7f1d7ba3d6d1a3ee63ccd00.tar.gz
freebsd-ports-gnome-194495cf473a24cea7f1d7ba3d6d1a3ee63ccd00.tar.zst
freebsd-ports-gnome-194495cf473a24cea7f1d7ba3d6d1a3ee63ccd00.zip
Fix some non default LIB_DEPENDS
With hat: portmgr
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/pmacct/Makefile2
-rw-r--r--net-mgmt/snmp4nagios/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/pmacct/Makefile b/net-mgmt/pmacct/Makefile
index e36c2a60addf..3d9fbb5f9d7b 100644
--- a/net-mgmt/pmacct/Makefile
+++ b/net-mgmt/pmacct/Makefile
@@ -101,7 +101,7 @@ CONFIGURE_ARGS+=--enable-mongodb \
.endif
.if ${PORT_OPTIONS:MGEOIP}
-LIB_DEPENDS+= GeoIP:${PORTSDIR}/net/GeoIP
+LIB_DEPENDS+= libGeoIP.so:${PORTSDIR}/net/GeoIP
CONFIGURE_ARGS+=--enable-geoip \
--with-geoip-libs=${LOCALBASE}/lib \
--with-geoip-includes=${LOCALBASE}/include
diff --git a/net-mgmt/snmp4nagios/Makefile b/net-mgmt/snmp4nagios/Makefile
index 23b0bb6a548d..6c337b84ed4a 100644
--- a/net-mgmt/snmp4nagios/Makefile
+++ b/net-mgmt/snmp4nagios/Makefile
@@ -39,7 +39,7 @@ LIBS+= -L${LOCALBASE}/lib
.include <bsd.port.pre.mk>
.if ${PORT_OPTIONS:MRRDTOOL}
-LIB_DEPENDS+= rrd:${PORTSDIR}/databases/rrdtool
+LIB_DEPENDS+= librrd.so:${PORTSDIR}/databases/rrdtool
CONFIGURE_ARGS+=--with-rrd
PLIST_SUB+= RRD=""
.else