diff options
author | marino <marino@FreeBSD.org> | 2016-08-12 20:37:26 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-08-12 20:37:26 +0800 |
commit | ef8534b7db8b80e8688889e632f132f8a7fcf7ab (patch) | |
tree | 2f0a1ac170a8bd54d6189e9795eb024578966e2b /net | |
parent | 64057ea83e92ba9c50493afb8bdbc6982ea6164b (diff) | |
download | freebsd-ports-gnome-ef8534b7db8b80e8688889e632f132f8a7fcf7ab.tar.gz freebsd-ports-gnome-ef8534b7db8b80e8688889e632f132f8a7fcf7ab.tar.zst freebsd-ports-gnome-ef8534b7db8b80e8688889e632f132f8a7fcf7ab.zip |
net/ndpi: USES-= alias
Now properly fixed (DF patches stored in dports)
Diffstat (limited to 'net')
-rw-r--r-- | net/ndpi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ndpi/Makefile b/net/ndpi/Makefile index 311af3ce1804..6ce8d17527b9 100644 --- a/net/ndpi/Makefile +++ b/net/ndpi/Makefile @@ -19,7 +19,7 @@ LDFLAGS+= -L${LOCALBASE}/lib LIBS+= -ljson-c GNU_CONFIGURE= yes USE_LDCONFIG= yes -USES= alias autoreconf compiler:c++11-lang libtool pathfix pkgconfig tar:tgz +USES= autoreconf compiler:c++11-lang libtool pathfix pkgconfig tar:tgz INSTALL_TARGET= install-strip USE_GITHUB= yes |