Index: head/net/freeradius-client/Makefile =================================================================== --- head/net/freeradius-client/Makefile (revision 341940) +++ head/net/freeradius-client/Makefile (revision 341941) @@ -1,22 +1,21 @@ # Created by: netch@netch.kiev.ua # $FreeBSD$ PORTNAME= freeradius-client PORTVERSION= 1.1.6 CATEGORIES= net MASTER_SITES= ftp://ftp.freeradius.org/pub/freeradius/ \ ftp://ftp.suntel.com.tr/pub/freeradius/ 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 Index: head/net/libfb/Makefile =================================================================== --- head/net/libfb/Makefile (revision 341940) +++ head/net/libfb/Makefile (revision 341941) @@ -1,31 +1,30 @@ # Created by: Max Khon # $FreeBSD$ PORTNAME= libfb PORTVERSION= 2.0.2 CATEGORIES= net net-mgmt MASTER_SITES= http://support.red-fone.com/downloads/fonulator/ MAINTAINER= fjoe@FreeBSD.org COMMENT= A foneBRIDGE configuration library BUILD_DEPENDS= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet GNU_CONFIGURE= yes CPPFLAGS+= ${LIBNET_CPPFLAGS} LDFLAGS+= ${LIBNET_LIBS:N-l*} CONFIGURE_ARGS= --disable-shared LIBNET_CONFIG= ${LOCALBASE}/bin/libnet11-config .if 0 # this does not work when LIBNET_CONFIG does not exist prior to building this port LIBNET_CPPFLAGS!= ${LIBNET_CONFIG} --cflags --defines LIBNET_LIBS!= ${LIBNET_CONFIG} --libs .else LIBNET_CPPFLAGS= -I${LOCALBASE}/include/libnet11 LIBNET_LIBS= -L${LOCALBASE}/lib/libnet11 .endif -NO_STAGE= yes .include Index: head/net/paris-traceroute/Makefile =================================================================== --- head/net/paris-traceroute/Makefile (revision 341940) +++ head/net/paris-traceroute/Makefile (revision 341941) @@ -1,21 +1,20 @@ # Created by: dikshie@sfc.wide.ad.jp # $FreeBSD$ PORTNAME= paris-traceroute PORTVERSION= 0.92 PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://paris-traceroute.net/downloads/ DISTNAME= ${PORTNAME}-${PORTVERSION}-dev 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 Index: head/net-im/vacuum-im/Makefile =================================================================== --- head/net-im/vacuum-im/Makefile (revision 341940) +++ head/net-im/vacuum-im/Makefile (revision 341941) @@ -1,31 +1,30 @@ # Created by: Veniamin Gvozdikov # $FreeBSD$ PORTNAME= vacuum PORTVERSION= 1.2.2 CATEGORIES= net-im MASTER_SITES= GOOGLE_CODE PKGNAMESUFFIX= -im MAINTAINER= vg@FreeBSD.org COMMENT= Crossplatform Jabber client LICENSE= GPLv3 PROJECTHOST= ${PORTNAME}${PKGNAMESUFFIX} USE_XZ= yes USES= cmake USE_XORG= xscrnsaver USE_LDCONFIG= yes USE_QT4= gui xml qmake_build uic_build moc_build rcc_build \ network linguist_build webkit PORTDOCS= AUTHORS CHANGELOG COPYING README TRANSLATORS DESKTOP_ENTRIES="Vacuum-IM" "Modular, crossplatform Jabber client" \ "${PREFIX}/share/pixmaps/vacuum.png" "${PORTNAME}" \ "Qt;Network;InstantMessaging;" false -NO_STAGE= yes .include