diff options
Diffstat (limited to 'net/vortex/Makefile')
-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 |