summaryrefslogtreecommitdiff
path: root/x11/xfce4-taskmanager/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/xfce4-taskmanager/Makefile')
-rw-r--r--x11/xfce4-taskmanager/Makefile25
1 files changed, 17 insertions, 8 deletions
diff --git a/x11/xfce4-taskmanager/Makefile b/x11/xfce4-taskmanager/Makefile
index 36e9227bb1ae..e108e7c0364e 100644
--- a/x11/xfce4-taskmanager/Makefile
+++ b/x11/xfce4-taskmanager/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= xfce4-taskmanager
-PORTVERSION= 1.2.0
-PORTREVISION= 1
+PORTVERSION= 1.2.1
CATEGORIES= x11 xfce
MASTER_SITES= XFCE/src/apps/${PORTNAME}/${PORTVERSION:R}
DIST_SUBDIR= xfce4
@@ -15,15 +14,25 @@ LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
- libfreetype.so:print/freetype2
+ libfreetype.so:print/freetype2
GNU_CONFIGURE= yes
-USES= gettext gmake localbase pkgconfig tar:bzip2
-USE_GNOME= gtk20 glib20 cairo gdkpixbuf2 intltool libwnck
+USES= gettext-tools gmake localbase pkgconfig tar:bzip2
+USE_GNOME= glib20 cairo gdkpixbuf2 intltool libwnck
USE_XORG= ice sm x11 xmu xt
+INSTALLS_ICONS= yes
-CONFIGURE_ARGS+= --disable-gksu \
- --disable-gtk3 --disable-wnck3 \
- --enable-wnck
+CONFIGURE_ARGS+= --disable-silent-rules --disable-gksu \
+ --disable-wnck3 --enable-wnck
+
+OPTIONS_DEFINE= GTK3 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
.include <bsd.port.mk>