diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-01-31 08:44:50 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-01-31 08:44:50 +0000 |
commit | 85349cf337c1fe1979b67a6381a67d66c0f43366 (patch) | |
tree | 068a92be027133a5344acd5b5343e3acd55b76db /net | |
parent | e1563329aa8f8677cb9d780b51b87d6800190173 (diff) |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/freeradius-client/Makefile | 3 | ||||
-rw-r--r-- | net/libfb/Makefile | 1 | ||||
-rw-r--r-- | net/paris-traceroute/Makefile | 3 |
3 files changed, 2 insertions, 5 deletions
diff --git a/net/freeradius-client/Makefile b/net/freeradius-client/Makefile index 6f10c3260887..57bd8f8f397f 100644 --- a/net/freeradius-client/Makefile +++ b/net/freeradius-client/Makefile @@ -11,12 +11,11 @@ MAINTAINER= netch@portaone.com COMMENT= Client library and basic utilities for RADIUS AAA USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake GNU_CONFIGURE= yes USE_AUTOTOOLS= libtool USE_LDCONFIG= yes CONFLICTS= radiusclient-ng-[0-9]* -NO_STAGE= yes .include <bsd.port.mk> diff --git a/net/libfb/Makefile b/net/libfb/Makefile index 2a31b7de2207..1df6a7182fc9 100644 --- a/net/libfb/Makefile +++ b/net/libfb/Makefile @@ -27,5 +27,4 @@ LIBNET_CPPFLAGS= -I${LOCALBASE}/include/libnet11 LIBNET_LIBS= -L${LOCALBASE}/lib/libnet11 .endif -NO_STAGE= yes .include <bsd.port.mk> diff --git a/net/paris-traceroute/Makefile b/net/paris-traceroute/Makefile index 0bbf4f0f32c2..2257a82dd723 100644 --- a/net/paris-traceroute/Makefile +++ b/net/paris-traceroute/Makefile @@ -12,10 +12,9 @@ MAINTAINER= dikshie@sfc.wide.ad.jp COMMENT= Paris traceroute is network diagnosis and measurement tools GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake WRKSRC= ${WRKDIR}/${PORTNAME}-current PLIST_FILES= bin/paris-traceroute -NO_STAGE= yes .include <bsd.port.mk> |