diff options
author | garga <garga@FreeBSD.org> | 2018-11-07 01:18:40 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2018-11-07 01:18:40 +0800 |
commit | 69c018ad76d2499201b5a645779b1a89c0bf0667 (patch) | |
tree | b6fbc112e622d648f2755dbd9c5e2dd84b741296 /net | |
parent | 70000612b621245b2aabbca3c9bf2c4a52c4e82f (diff) | |
download | freebsd-ports-gnome-69c018ad76d2499201b5a645779b1a89c0bf0667.tar.gz freebsd-ports-gnome-69c018ad76d2499201b5a645779b1a89c0bf0667.tar.zst freebsd-ports-gnome-69c018ad76d2499201b5a645779b1a89c0bf0667.zip |
Move USES entry to proper place and silence portlint
Diffstat (limited to 'net')
-rw-r--r-- | net/libpcap/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/libpcap/Makefile b/net/libpcap/Makefile index b610911145dc..8e23ec48bd10 100644 --- a/net/libpcap/Makefile +++ b/net/libpcap/Makefile @@ -13,8 +13,9 @@ LICENSE= BSD3CLAUSE BUILD_DEPENDS= ${LOCALBASE}/bin/flex:textproc/flex -GNU_CONFIGURE= yes USES= bison gmake + +GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS+=--enable-dbus=no \ --with-pcap=bpf |