diff options
author | John Marino <marino@FreeBSD.org> | 2015-09-19 18:17:03 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-09-19 18:17:03 +0000 |
commit | 3f80a1e6b982225305de5b8d8dd3bcdcabcb6134 (patch) | |
tree | 218c133107a4f60dfe77ae9964de698c13b1ba01 /net | |
parent | 42490a774330cd1c4482e9ca5fddb74a8abf364d (diff) | |
download | ports-3f80a1e6b982225305de5b8d8dd3bcdcabcb6134.tar.gz ports-3f80a1e6b982225305de5b8d8dd3bcdcabcb6134.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/latd/Makefile | 1 | ||||
-rw-r--r-- | net/ndpi/Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/net/latd/Makefile b/net/latd/Makefile index 7aa71f5b9e21..33d14127b9cb 100644 --- a/net/latd/Makefile +++ b/net/latd/Makefile @@ -11,6 +11,7 @@ COMMENT= Linux-DECnet project LAT protocol suite LICENSE= GPLv2 +USES= alias GNU_CONFIGURE= yes PLIST_FILES= bin/llogin etc/latd.conf.sample \ diff --git a/net/ndpi/Makefile b/net/ndpi/Makefile index e9c5a7c17b39..57afa113fadd 100644 --- a/net/ndpi/Makefile +++ b/net/ndpi/Makefile @@ -21,7 +21,7 @@ LDFLAGS+= -L${LOCALBASE}/lib LIBS+= -ljson-c GNU_CONFIGURE= yes USE_LDCONFIG= yes -USES= autoreconf libtool pathfix pkgconfig compiler:c++11-lang +USES= alias autoreconf libtool pathfix pkgconfig compiler:c++11-lang WRKSRC= ${WRKDIR}/nDPI-${PORTVERSION} INSTALL_TARGET= install-strip |