diff options
Diffstat (limited to 'deskutils/xfce4-volumed/Makefile')
-rw-r--r-- | deskutils/xfce4-volumed/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/deskutils/xfce4-volumed/Makefile b/deskutils/xfce4-volumed/Makefile index 3bd4a827fde8..3cca6e4b49ec 100644 --- a/deskutils/xfce4-volumed/Makefile +++ b/deskutils/xfce4-volumed/Makefile @@ -3,7 +3,7 @@ PORTNAME= xfce4-volumed PORTVERSION= 0.1.13 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils xfce MASTER_SITES= XFCE MASTER_SITE_SUBDIR= src/apps/${PORTNAME}/${PORTVERSION:R} @@ -17,10 +17,10 @@ LICENSE= GPLv3 LIB_DEPENDS= libnotify.so:${PORTSDIR}/devel/libnotify \ libkeybinder.so:${PORTSDIR}/x11/keybinder -USES= pkgconfig gmake tar:bzip2 +USES= pkgconfig gmake xfce tar:bzip2 GNU_CONFIGURE= yes USE_GNOME= glib20 USE_GSTREAMER= yes -USE_XFCE= configenv xfconf +USE_XFCE= xfconf .include <bsd.port.mk> |