summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-08-30 23:38:43 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-08-30 23:38:43 +0000
commitf5f0ec5b2ca04829599e54dd994a5140b5d5b71a (patch)
tree520a4db9ca23f0c7286d3381011f447d250f369f
parentEradicate USE_GNOME=pkgconfig from x11-wm (diff)
Eradicate USE_GNOME=pkgconfig from x11
While here: - trim headers - convert USE_GMAKE to USES=gmake
Notes
Notes: svn path=/head/; revision=325735
-rw-r--r--x11/rxvt-unicode/Makefile2
-rw-r--r--x11/xdotool/Makefile3
-rw-r--r--x11/xfce4-taskmanager/Makefile11
-rw-r--r--x11/xfce4-xfapplet-plugin/Makefile11
4 files changed, 8 insertions, 19 deletions
diff --git a/x11/rxvt-unicode/Makefile b/x11/rxvt-unicode/Makefile
index 02dc02085a0e..e3cd9756f949 100644
--- a/x11/rxvt-unicode/Makefile
+++ b/x11/rxvt-unicode/Makefile
@@ -17,7 +17,7 @@ BUILD_DEPENDS= tic:${PORTSDIR}/devel/ncurses \
RUN_DEPENDS= ${LOCALBASE}/bin/fc-cache:${PORTSDIR}/x11-fonts/fontconfig \
${LOCALBASE}/share/misc/terminfo.db:${PORTSDIR}/devel/ncurses
-USE_GNOME= pkgconfig
+USES= pkgconfig
USE_XORG= xpm xft xrender
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
diff --git a/x11/xdotool/Makefile b/x11/xdotool/Makefile
index c69cb92eed49..10dd03e3719c 100644
--- a/x11/xdotool/Makefile
+++ b/x11/xdotool/Makefile
@@ -11,8 +11,7 @@ COMMENT= Programmatically simulate keyboard input or mouse activity
USE_PERL5_BUILD= yes
USE_LDCONFIG= yes
-USE_GMAKE= yes
-USE_GNOME= pkgconfig
+USES= gmake pkgconfig
USE_XORG= x11 xtst xinerama
MAN1= xdotool.1
diff --git a/x11/xfce4-taskmanager/Makefile b/x11/xfce4-taskmanager/Makefile
index a2e4c4ebed98..23e4c5ac0338 100644
--- a/x11/xfce4-taskmanager/Makefile
+++ b/x11/xfce4-taskmanager/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: xfce4-taskbar-plugin
-# Date created: 5 May 2005
-# Whom: DaJoob
-#
+# Created by: DaJoob
# $FreeBSD$
-#
PORTNAME= xfce4-taskmanager
PORTVERSION= 1.0.0
@@ -21,9 +17,8 @@ LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo \
GNU_CONFIGURE= yes
USE_BZIP2= yes
-USES= gettext
-USE_GMAKE= yes
-USE_GNOME= gtk20 desktopfileutils intltool intlhack pkgconfig
+USES= gettext gmake pkgconfig
+USE_GNOME= gtk20 desktopfileutils intltool intlhack
.include <bsd.port.pre.mk>
diff --git a/x11/xfce4-xfapplet-plugin/Makefile b/x11/xfce4-xfapplet-plugin/Makefile
index 4eb89999b96c..c2bdb5b322d0 100644
--- a/x11/xfce4-xfapplet-plugin/Makefile
+++ b/x11/xfce4-xfapplet-plugin/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: xfapplet plugin for xfce4
-# Date created: 29 April 2006
-# Whom: Martin Wilke (miwi@FreeBSD.org)
-#
+# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= xfce4-xfapplet-plugin
PORTVERSION= 0.1.0
@@ -20,9 +16,8 @@ LIB_DEPENDS= panelappletmm-2.6:${PORTSDIR}/x11-toolkits/libpanelappletmm
GNU_CONFIGURE= yes
USE_BZIP2= yes
-USES= gettext
-USE_GMAKE= yes
-USE_GNOME= gtk20 intltool intlhack orbit2 pkgconfig
+USES= gettext gmake pkgconfig
+USE_GNOME= gtk20 intltool intlhack orbit2
USE_XFCE= configenv libgui libutil panel
.include <bsd.port.mk>