diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2013-07-06 01:22:56 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2013-07-06 01:22:56 +0000 |
commit | 0458432ec05c78e9f036d315f3f22fb5c9fd048e (patch) | |
tree | 76fe04a8c53e7168ffdb46cda0122fa282ff69df /deskutils | |
parent | Update to 0.9.0. (diff) |
- convert USE_GMAKE to USES=gmake
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/menumaker/Makefile | 2 | ||||
-rw-r--r-- | deskutils/virt-manager/Makefile | 2 | ||||
-rw-r--r-- | deskutils/xpad-current/Makefile | 3 | ||||
-rw-r--r-- | deskutils/xpad/Makefile | 3 |
4 files changed, 4 insertions, 6 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 |