diff options
Diffstat (limited to 'x11/xfce4-screensaver/Makefile')
-rw-r--r-- | x11/xfce4-screensaver/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/x11/xfce4-screensaver/Makefile b/x11/xfce4-screensaver/Makefile index 20727b87c3e5..055d7c55dc1a 100644 --- a/x11/xfce4-screensaver/Makefile +++ b/x11/xfce4-screensaver/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= xfce4-screensaver -PORTVERSION= 0.1.7 +PORTVERSION= 0.1.8 CATEGORIES= x11 xfce MASTER_SITES= XFCE/apps DIST_SUBDIR= xfce4 @@ -16,16 +16,13 @@ LICENSE_FILE_LGPL20= ${WRKSRC}/COPYING.LIB LIB_DEPENDS= libdbus-1.so:devel/dbus \ libdbus-glib-1.so:devel/dbus-glib \ - libnotify.so:devel/libnotify \ - libstartup-notification-1.so:x11/startup-notification \ - libxklavier.so:x11/libxklavier \ - libconsolekit.so:sysutils/consolekit2 + libxklavier.so:x11/libxklavier USES= gettext-tools gl gmake gnome pkgconfig python:3.5+ shebangfix \ - tar:bzip2 xfce:gtk3 + tar:bzip2 xfce xorg USE_GL= gl -USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 intltool -USE_XFCE= garcon libexo libutil +USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 intltool libwnck3 +USE_XFCE= garcon libexo xfconf USE_XORG= ice sm x11 xext xrandr xscrnsaver xxf86vm SHEBANG_FILES= src/xfce4-screensaver-configure |