summaryrefslogtreecommitdiff
path: root/x11/xfce4-taskmanager/Makefile
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2018-12-22 08:26:21 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2018-12-22 08:26:21 +0000
commitae03fd5514662f07cd6494c6916276c709f51f91 (patch)
treebbe7875e649d97e858486d50e3719717a0f81aa8 /x11/xfce4-taskmanager/Makefile
parentscience/drawxtl: Unbreak on non-64-bit architectures (diff)
- Update xfce4-taskmanager to 1.2.2
- Fix portlint warnings, add USES=gnome - Gtk3 noww the default - Removed gtk2 support due to problems with configure script detection - Removed upstreamed patches - Renamed patch to match naming convention - Fix WWW link - Fix plist sorting PR: 234224 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>
Notes
Notes: svn path=/head/; revision=488075
Diffstat (limited to 'x11/xfce4-taskmanager/Makefile')
-rw-r--r--x11/xfce4-taskmanager/Makefile18
1 files changed, 7 insertions, 11 deletions
diff --git a/x11/xfce4-taskmanager/Makefile b/x11/xfce4-taskmanager/Makefile
index 4d2fff228837..cf3d2f7b8957 100644
--- a/x11/xfce4-taskmanager/Makefile
+++ b/x11/xfce4-taskmanager/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= xfce4-taskmanager
-PORTVERSION= 1.2.1
-PORTREVISION= 1
+PORTVERSION= 1.2.2
CATEGORIES= x11 xfce
MASTER_SITES= XFCE/src/apps/${PORTNAME}/${PORTVERSION:R}
DIST_SUBDIR= xfce4
@@ -17,22 +16,19 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2
-GNU_CONFIGURE= yes
-USES= gettext-tools gmake localbase pkgconfig tar:bzip2
-USE_GNOME= glib20 cairo gdkpixbuf2 intltool libwnck
+USES= gettext-tools gmake gnome localbase pkgconfig tar:bzip2
+USE_GNOME= gtk30 glib20 cairo gdkpixbuf2 intltool libwnck
USE_XORG= ice sm x11 xmu xt
+
+GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
CONFIGURE_ARGS+= --disable-silent-rules --disable-gksu \
- --disable-wnck3 --enable-wnck
+ --disable-wnck3 --enable-wnck --disable-gtk2
-OPTIONS_DEFINE= GTK3 NLS
+OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
-GTK3_CONFIGURE_ENABLE= gtk3
-GTK3_USE= GNOME=gtk30
-GTK3_USE_OFF= GNOME=gtk20
-
NLS_CONFIGURE_ENABLE= nls
NLS_USES= gettext-runtime