diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-14 15:38:39 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-14 15:38:39 +0000 |
commit | 02a5f6113a7b11ee8d31565c059b2e5c79f15c2a (patch) | |
tree | 4e66b449baf3aef3c5d54461b9ba1fab8a49b637 /net/vortex | |
parent | b69d9dc2cb9b042972209b6595ba20abc543f6b5 (diff) | |
download | ports-02a5f6113a7b11ee8d31565c059b2e5c79f15c2a.tar.gz ports-02a5f6113a7b11ee8d31565c059b2e5c79f15c2a.zip |
- Convert net/libnet to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
Approved by: portmgr (implicit, bump unstaged port)
Notes
Notes:
svn path=/head/; revision=361791
Diffstat (limited to 'net/vortex')
-rw-r--r-- | net/vortex/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/vortex/Makefile b/net/vortex/Makefile index ba421eda8ecd..ce0a0e133ac4 100644 --- a/net/vortex/Makefile +++ b/net/vortex/Makefile @@ -2,6 +2,7 @@ PORTNAME= vortex DISTVERSION= 2.9.0-59 +PORTREVISION= 1 CATEGORIES= net ipv6 MASTER_SITES= SF/${PORTNAME}-ids/${PORTNAME}/2.9.0/ EXTRACT_SUFX= .tgz @@ -12,7 +13,7 @@ COMMENT= Network surveillance engine LICENSE= GPLv2 BUILD_DEPENDS= ${LOCALBASE}/lib/libnids.a:${PORTSDIR}/net/libnids-libnet11 \ - ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet +LIB_DEPENDS= libnet.so:${PORTSDIR}/net/libnet LIBNET_CONFIG= ${LOCALBASE}/bin/libnet11-config |