diff options
author | marino <marino@FreeBSD.org> | 2015-09-20 02:17:03 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2015-09-20 02:17:03 +0800 |
commit | 12d6e6499523b349f8afe80008b3f2a094a2a01c (patch) | |
tree | 218c133107a4f60dfe77ae9964de698c13b1ba01 /net | |
parent | 70b9e28f30aea2e33ad4d679edea9b42f664255d (diff) | |
download | freebsd-ports-gnome-12d6e6499523b349f8afe80008b3f2a094a2a01c.tar.gz freebsd-ports-gnome-12d6e6499523b349f8afe80008b3f2a094a2a01c.tar.zst freebsd-ports-gnome-12d6e6499523b349f8afe80008b3f2a094a2a01c.zip |
Add USES=alias to 10 ports (Aids DragonFly support)
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 |