diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-01-28 08:16:57 +0800 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-01-28 08:16:57 +0800 |
commit | 864284545c6823762414172864b5be11fb77aaed (patch) | |
tree | abfd68b8753cc6bcc11cad568d57d71208cdb0a1 /net/fpc-pcap | |
parent | 177c914d3187ddcd6c6f541dd00936f2c1cf0b6c (diff) | |
download | freebsd-ports-gnome-864284545c6823762414172864b5be11fb77aaed.tar.gz freebsd-ports-gnome-864284545c6823762414172864b5be11fb77aaed.tar.zst freebsd-ports-gnome-864284545c6823762414172864b5be11fb77aaed.zip |
Stage support
Diffstat (limited to 'net/fpc-pcap')
-rw-r--r-- | net/fpc-pcap/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/fpc-pcap/Makefile b/net/fpc-pcap/Makefile index 682850307ab6..4bb6c1d0aba2 100644 --- a/net/fpc-pcap/Makefile +++ b/net/fpc-pcap/Makefile @@ -12,11 +12,12 @@ USE_FPC= yes MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} -EXTRACTUNITDIR+= ${WRKUNITDIR} +EXTRACTUNITDIR= ${WRKUNITDIR} OPTIONS_DEFINE= LIBPCAP LIBPCAP_DESC= Install ubiquitous network traffic capture library OPTIONS_DEFAULT= LIBPCAP -NO_STAGE= yes +LIBPCAP_LIB_DEPENDS= libpcap.so:${PORTSDIR}/net/libpcap + .include "${MASTERDIR}/Makefile" |