aboutsummaryrefslogtreecommitdiff
path: root/x11/xfce4-taskmanager
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 /x11/xfce4-taskmanager
parent162e0d282170e5a1bd58985161eac005ac329560 (diff)
downloadports-f5f0ec5b2ca04829599e54dd994a5140b5d5b71a.tar.gz
ports-f5f0ec5b2ca04829599e54dd994a5140b5d5b71a.zip
Eradicate USE_GNOME=pkgconfig from x11
While here: - trim headers - convert USE_GMAKE to USES=gmake
Notes
Notes: svn path=/head/; revision=325735
Diffstat (limited to 'x11/xfce4-taskmanager')
-rw-r--r--x11/xfce4-taskmanager/Makefile11
1 files changed, 3 insertions, 8 deletions
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>