diff options
Diffstat (limited to 'x11-wm/xfce4-desktop/Makefile')
-rw-r--r-- | x11-wm/xfce4-desktop/Makefile | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/x11-wm/xfce4-desktop/Makefile b/x11-wm/xfce4-desktop/Makefile index 7f97cc13ef09..e068e89c190c 100644 --- a/x11-wm/xfce4-desktop/Makefile +++ b/x11-wm/xfce4-desktop/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xfce4-desktop -PORTVERSION= 4.12.5 +PORTVERSION= 4.14.1 CATEGORIES= x11-wm xfce MASTER_SITES= XFCE DISTNAME= xfdesktop-${DISTVERSIONFULL} @@ -14,14 +14,10 @@ COMMENT= Xfce's desktop manager LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libdbus-1.so:devel/dbus \ - libdbus-glib-1.so:devel/dbus-glib \ - libnotify.so:devel/libnotify \ - libfontconfig.so:x11-fonts/fontconfig \ - libfreetype.so:print/freetype2 +LIB_DEPENDS= libnotify.so:devel/libnotify -USES= gettext-tools gmake gnome pkgconfig tar:bzip2 xfce -USE_GNOME= cairo glib20 gtk20 intltool libwnck +USES= gettext-tools gmake gnome pkgconfig tar:bzip2 xfce xorg +USE_GNOME= cairo glib20 gtk30 intltool libwnck3 USE_XFCE= garcon libexo USE_XORG= ice sm x11 @@ -45,7 +41,4 @@ THUNAR_CONFIGURE_ENABLE= thunarx THUNAR_CONFIGURE_WITH= file-manager-fallback=Thunar THUNAR_USE= xfce=thunar -post-patch-NLS-off: - @${REINPLACE_CMD} -e 's|po ||' ${WRKSRC}/Makefile.in - .include <bsd.port.mk> |