aboutsummaryrefslogtreecommitdiff
path: root/x11/xfce4-xfapplet-plugin
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-xfapplet-plugin
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-xfapplet-plugin')
-rw-r--r--x11/xfce4-xfapplet-plugin/Makefile11
1 files changed, 3 insertions, 8 deletions
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>