diff options
Diffstat (limited to 'net-mgmt/pixilate/Makefile')
-rw-r--r-- | net-mgmt/pixilate/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/pixilate/Makefile b/net-mgmt/pixilate/Makefile index c92b3c33845..81b6e744633 100644 --- a/net-mgmt/pixilate/Makefile +++ b/net-mgmt/pixilate/Makefile @@ -6,14 +6,14 @@ PORTNAME= pixilate PORTVERSION= 0.4.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt MASTER_SITES= SF/winfingerprint/${PORTNAME}/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Generates packets to match a list of Cisco PIX access lists -BUILD_DEPENDS= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet +LIB_DEPENDS= net:${PORTSDIR}/net/libnet WRKSRC= ${WRKDIR}/pixilate |