diff options
-rw-r--r-- | net-im/vacuum-im/Makefile | 1 | ||||
-rw-r--r-- | net/freeradius-client/Makefile | 3 | ||||
-rw-r--r-- | net/libfb/Makefile | 1 | ||||
-rw-r--r-- | net/paris-traceroute/Makefile | 3 |
4 files changed, 2 insertions, 6 deletions
diff --git a/net-im/vacuum-im/Makefile b/net-im/vacuum-im/Makefile index 95153bb213e7..afc2ab9058fc 100644 --- a/net-im/vacuum-im/Makefile +++ b/net-im/vacuum-im/Makefile @@ -27,5 +27,4 @@ DESKTOP_ENTRIES="Vacuum-IM" "Modular, crossplatform Jabber client" \ "${PREFIX}/share/pixmaps/vacuum.png" "${PORTNAME}" \ "Qt;Network;InstantMessaging;" false -NO_STAGE= yes .include <bsd.port.mk> 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> |