summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Helfman <jgh@FreeBSD.org>2013-07-06 01:22:56 +0000
committerJason Helfman <jgh@FreeBSD.org>2013-07-06 01:22:56 +0000
commit0458432ec05c78e9f036d315f3f22fb5c9fd048e (patch)
tree76fe04a8c53e7168ffdb46cda0122fa282ff69df
parentUpdate to 0.9.0. (diff)
- convert USE_GMAKE to USES=gmake
Notes
Notes: svn path=/head/; revision=322360
-rw-r--r--deskutils/menumaker/Makefile2
-rw-r--r--deskutils/virt-manager/Makefile2
-rw-r--r--deskutils/xpad-current/Makefile3
-rw-r--r--deskutils/xpad/Makefile3
-rw-r--r--devel/libvirt-glib/Makefile2
-rw-r--r--devel/libvirt/Makefile3
-rw-r--r--games/f1lt/Makefile2
-rw-r--r--net-mgmt/virt-viewer/Makefile2
-rw-r--r--security/pidgin-otr/Makefile3
-rw-r--r--x11-wm/fluxter/Makefile2
10 files changed, 10 insertions, 14 deletions
diff --git a/deskutils/menumaker/Makefile b/deskutils/menumaker/Makefile
index f715e100695a..2c6c0f38fe1b 100644
--- a/deskutils/menumaker/Makefile
+++ b/deskutils/menumaker/Makefile
@@ -10,7 +10,7 @@ MAINTAINER= jgh@FreeBSD.org
COMMENT= Menu generator for X Window Managers and desktop environments
USE_PYTHON= yes
-USE_GMAKE= yes
+USES= gmake
GNU_CONFIGURE= yes
INFO= mmaker
diff --git a/deskutils/virt-manager/Makefile b/deskutils/virt-manager/Makefile
index 8e14d57bf223..31b70ee883d2 100644
--- a/deskutils/virt-manager/Makefile
+++ b/deskutils/virt-manager/Makefile
@@ -35,7 +35,7 @@ INSTALLS_ICONS= yes
GCONF_SCHEMAS= virt-manager.schemas
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --without-tui
-USE_GMAKE= yes
+USES= gmake
USE_PYTHON= yes
MAN1= virt-manager.1
diff --git a/deskutils/xpad-current/Makefile b/deskutils/xpad-current/Makefile
index 81ae93b3e3f4..b17ddc481077 100644
--- a/deskutils/xpad-current/Makefile
+++ b/deskutils/xpad-current/Makefile
@@ -20,12 +20,11 @@ FETCH_ARGS= -p
USE_BZIP2= yes
USE_XORG= x11 sm
USE_GNOME= gtk20 gnomehier intltool
-USES= pkgconfig
+USES= pkgconfig gmake
INSTALLS_ICONS= yes
CPPFLAGS+= ${CXXFLAGS} -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
GNU_CONFIGURE= yes
-USE_GMAKE= yes
.include <bsd.port.options.mk>
diff --git a/deskutils/xpad/Makefile b/deskutils/xpad/Makefile
index 448f17acbfcb..84fa92761006 100644
--- a/deskutils/xpad/Makefile
+++ b/deskutils/xpad/Makefile
@@ -18,10 +18,9 @@ CONFLICTS_INSTALL= xpad-current-[0-9]*
FETCH_ARGS= "-pRr"
USE_BZIP2= yes
-USE_GMAKE= yes
USE_XORG= x11 sm
USE_GNOME= gtk20 gnomehier intltool
-USES= pkgconfig
+USES= pkgconfig gmake
INSTALLS_ICONS= yes
GNU_CONFIGURE= yes
diff --git a/devel/libvirt-glib/Makefile b/devel/libvirt-glib/Makefile
index ee0c84d33fb3..84fe3f715ffc 100644
--- a/devel/libvirt-glib/Makefile
+++ b/devel/libvirt-glib/Makefile
@@ -18,7 +18,7 @@ USES= pathfix pkgconfig
USE_LDCONFIG= yes
USE_AUTOTOOLS= libtool
USE_GNOME= glib20
-USE_GMAKE= yes
+USES= gmake
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib -fstack-protector
CONFIGURE_ARGS+= --enable-introspection
diff --git a/devel/libvirt/Makefile b/devel/libvirt/Makefile
index 60ccd85e7b78..954e7e7e460e 100644
--- a/devel/libvirt/Makefile
+++ b/devel/libvirt/Makefile
@@ -48,8 +48,7 @@ PORTSCOUT= limit:\d+\.\d+\.\d+$$
LDFLAGS+= -L${LOCALBASE}/lib -fstack-protector
-USES= charsetfix pathfix
-USE_GMAKE= yes
+USES= charsetfix pathfix gmake
USE_LDCONFIG= yes
USE_PYTHON_BUILD= yes
SHLIB_VER= 1001
diff --git a/games/f1lt/Makefile b/games/f1lt/Makefile
index d33a2491846f..c8f30bf50b0f 100644
--- a/games/f1lt/Makefile
+++ b/games/f1lt/Makefile
@@ -19,7 +19,7 @@ USE_QT4= gui network moc_build qmake_build rcc_build uic_build
WRKSRC= ${WRKDIR}/${DISTNAME:S|-src||}
HAS_CONFIGURE= yes
-USE_GMAKE= yes
+USES= gmake
MAKE_JOBS_SAFE= yes
PLIST_FILES= bin/F1LT \
diff --git a/net-mgmt/virt-viewer/Makefile b/net-mgmt/virt-viewer/Makefile
index b08eae481997..1391003219a3 100644
--- a/net-mgmt/virt-viewer/Makefile
+++ b/net-mgmt/virt-viewer/Makefile
@@ -21,7 +21,7 @@ FETCH_ARGS= -Fpr
GNU_CONFIGURE= yes
CONFIGURE_ENV+= DATADIRNAME=share
-USE_GMAKE= yes
+USES= gmake
MAN1= remote-viewer.1 virt-viewer.1
diff --git a/security/pidgin-otr/Makefile b/security/pidgin-otr/Makefile
index d4fcec303613..5181e6768fef 100644
--- a/security/pidgin-otr/Makefile
+++ b/security/pidgin-otr/Makefile
@@ -21,9 +21,8 @@ LIB_DEPENDS= otr:${PORTSDIR}/security/libotr \
MAKE_JOBS_SAFE= yes
-USE_GMAKE= yes
USE_GNOME= intltool
-USES= gettext
+USES= gettext gmake
GNU_CONFIGURE= yes
CPPFLAGS+= ${PTHREAD_CFLAGS} -I${LOCALBASE}/include
diff --git a/x11-wm/fluxter/Makefile b/x11-wm/fluxter/Makefile
index 04ce18c16862..5d54509d81a0 100644
--- a/x11-wm/fluxter/Makefile
+++ b/x11-wm/fluxter/Makefile
@@ -11,7 +11,7 @@ COMMENT= Desktop pager for the Fluxbox Slit
USE_XORG= x11 ice xproto xt xaw xext
GNU_CONFIGURE= yes
-USE_GMAKE= yes
+USES= gmake
post-patch:
@${REINPLACE_CMD} -e "s|/fluxbox|/${PORTNAME}|g" \