diff options
author | marino <marino@FreeBSD.org> | 2016-08-04 20:53:33 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-08-04 20:53:33 +0800 |
commit | 675b555011091f702274e38fb4cf546e61740af3 (patch) | |
tree | 8217acb2f9b478e53f4e3d16016152d4854671db /net/fpc-pcap | |
parent | 3aa0553a9ea5151b1ff39037487685fd60c94173 (diff) | |
download | freebsd-ports-gnome-675b555011091f702274e38fb4cf546e61740af3.tar.gz freebsd-ports-gnome-675b555011091f702274e38fb4cf546e61740af3.tar.zst freebsd-ports-gnome-675b555011091f702274e38fb4cf546e61740af3.zip |
net/fpc-pcap: Remove redundant pcap option
The default LIBPCAP option didn't do anything. It set a LIB_DEPENDS
that is always satisfied by the base libpcap so no dependencies were
registered.
While here, set PORTREVISION. The slave ports of fpc should have have
PORTREVISION?= line, even if the value is zero. This one didn't, so
we have to bump to 2 because the master port already had set it to 1.
Diffstat (limited to 'net/fpc-pcap')
-rw-r--r-- | net/fpc-pcap/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/net/fpc-pcap/Makefile b/net/fpc-pcap/Makefile index 81465b735aea..1f8cb8aa07e0 100644 --- a/net/fpc-pcap/Makefile +++ b/net/fpc-pcap/Makefile @@ -1,6 +1,7 @@ # Created by: Alonso Cardenas Marquez <acm@FreeBSD.org> # $FreeBSD$ +PORTREVISION= 2 CATEGORIES= net lang PKGNAMESUFFIX= -pcap @@ -13,10 +14,4 @@ MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR= ${WRKUNITDIR} -OPTIONS_DEFINE= LIBPCAP -LIBPCAP_DESC= Install ubiquitous network traffic capture library -OPTIONS_DEFAULT= LIBPCAP - -LIBPCAP_LIB_DEPENDS= libpcap.so:net/libpcap - .include "${MASTERDIR}/Makefile" |