aboutsummaryrefslogtreecommitdiffstats
path: root/net/libnids
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2014-07-14 23:38:39 +0800
committertijl <tijl@FreeBSD.org>2014-07-14 23:38:39 +0800
commitc2202ef6a50f85f5bb23b58ec65a404fec632c21 (patch)
tree4e66b449baf3aef3c5d54461b9ba1fab8a49b637 /net/libnids
parenta9cc54f18e7973901a693eed5d011ae33de797fc (diff)
downloadfreebsd-ports-gnome-c2202ef6a50f85f5bb23b58ec65a404fec632c21.tar.gz
freebsd-ports-gnome-c2202ef6a50f85f5bb23b58ec65a404fec632c21.tar.zst
freebsd-ports-gnome-c2202ef6a50f85f5bb23b58ec65a404fec632c21.zip
- Convert net/libnet to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip Approved by: portmgr (implicit, bump unstaged port)
Diffstat (limited to 'net/libnids')
-rw-r--r--net/libnids/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/libnids/Makefile b/net/libnids/Makefile
index 31aaa95ed67e..65a454a1d419 100644
--- a/net/libnids/Makefile
+++ b/net/libnids/Makefile
@@ -3,14 +3,14 @@
PORTNAME= libnids
PORTVERSION= 1.24
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net security
MASTER_SITES= SF
MAINTAINER= wxs@FreeBSD.org
COMMENT?= Network monitoring library with TCP/IP reassembly
-BUILD_DEPENDS= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet
+LIB_DEPENDS= libnet.so:${PORTSDIR}/net/libnet
LICENSE= GPLv2