diff options
author | Olivier Duchateau <olivierd@FreeBSD.org> | 2015-03-05 22:52:30 +0000 |
---|---|---|
committer | Olivier Duchateau <olivierd@FreeBSD.org> | 2015-03-05 22:52:30 +0000 |
commit | 86e4cb7cb047c17951de23b2ebea9c14d0f76af2 (patch) | |
tree | 0f1a4d58acfbb6944387e341f218a018154dc4ad /deskutils/xfce4-volumed-pulse | |
parent | 507a1eba6aabfd52efceabca5986a46398cfa02f (diff) | |
download | ports-86e4cb7cb047c17951de23b2ebea9c14d0f76af2.tar.gz ports-86e4cb7cb047c17951de23b2ebea9c14d0f76af2.zip |
Notes
Diffstat (limited to 'deskutils/xfce4-volumed-pulse')
-rw-r--r-- | deskutils/xfce4-volumed-pulse/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/deskutils/xfce4-volumed-pulse/Makefile b/deskutils/xfce4-volumed-pulse/Makefile index 159dd2bba6d9..54114101eadb 100644 --- a/deskutils/xfce4-volumed-pulse/Makefile +++ b/deskutils/xfce4-volumed-pulse/Makefile @@ -3,6 +3,7 @@ PORTNAME= xfce4-volumed-pulse PORTVERSION= 0.2.0 +PORTREVISION= 1 CATEGORIES= deskutils xfce MASTER_SITES= https://launchpadlibrarian.net/133628016/ \ https://launchpad.net/${PORTNAME}/trunk/${PORTVERSION}/+download/ @@ -18,10 +19,10 @@ LIB_DEPENDS= libpulse.so:${PORTSDIR}/audio/pulseaudio \ libnotify.so:${PORTSDIR}/devel/libnotify \ libkeybinder.so:${PORTSDIR}/x11/keybinder -USES= pkgconfig gmake tar:bz2 +USES= pkgconfig gmake xfce tar:bz2 GNU_CONFIGURE= yes USE_GNOME= glib20 gtk20 -USE_XFCE= configenv xfconf +USE_XFCE= xfconf INSTALL_TARGET= install-strip CONFIGURE_ARGS=--enable-libnotify |