diff options
author | tijl <tijl@FreeBSD.org> | 2015-04-18 23:14:57 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2015-04-18 23:14:57 +0800 |
commit | 0e4714a35e0a1dbad8571e70dd58de73cd75e9bd (patch) | |
tree | b61b1965e672cbfbc413084d564e65454bf0286a /net/ntopng | |
parent | bdf535c9fa1e802419dbc1324bc3b88412eab7e7 (diff) | |
download | freebsd-ports-gnome-0e4714a35e0a1dbad8571e70dd58de73cd75e9bd.tar.gz freebsd-ports-gnome-0e4714a35e0a1dbad8571e70dd58de73cd75e9bd.tar.zst freebsd-ports-gnome-0e4714a35e0a1dbad8571e70dd58de73cd75e9bd.zip |
Convert to USES=autoreconf
Diffstat (limited to 'net/ntopng')
-rw-r--r-- | net/ntopng/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ntopng/Makefile b/net/ntopng/Makefile index 7b1adc67133f..ba986bfc0e81 100644 --- a/net/ntopng/Makefile +++ b/net/ntopng/Makefile @@ -20,11 +20,11 @@ LIB_DEPENDS= librrd.so:${PORTSDIR}/databases/rrdtool \ libndpi.so:${PORTSDIR}/net/ndpi \ libzmq.so:${PORTSDIR}/net/libzmq3 -USE_AUTOTOOLS= autoheader aclocal libtoolize +GNU_CONFIGURE= yes USE_SQLITE= yes MAKE_JOBS_UNSAFE= yes USE_LDCONFIG= yes -USES= cpe gmake libtool pathfix pkgconfig tar:tgz +USES= autoreconf cpe gmake libtool pathfix pkgconfig tar:tgz SUB_FILES= ntopng-geoipupdate.sh CPE_VENDOR= ntop |