Date: Wed, 14 Feb 2018 07:50:13 +0000 (UTC) From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461764 - head/deskutils/xfce4-volumed-pulse Message-ID: <201802140750.w1E7oDuC022384@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: madpilot Date: Wed Feb 14 07:50:13 2018 New Revision: 461764 URL: https://svnweb.freebsd.org/changeset/ports/461764 Log: Add gtk3 argument to USES=xfce forgotten in previous commit. Modified: head/deskutils/xfce4-volumed-pulse/Makefile Modified: head/deskutils/xfce4-volumed-pulse/Makefile ============================================================================== --- head/deskutils/xfce4-volumed-pulse/Makefile Wed Feb 14 07:26:20 2018 (r461763) +++ head/deskutils/xfce4-volumed-pulse/Makefile Wed Feb 14 07:50:13 2018 (r461764) @@ -17,7 +17,7 @@ LIB_DEPENDS= libpulse.so:audio/pulseaudio \ libnotify.so:devel/libnotify \ libkeybinder-3.0.so:x11/keybinder-gtk3 -USES= gmake libtool pkgconfig tar:bz2 xfce +USES= gmake libtool pkgconfig tar:bz2 xfce:gtk3 GNU_CONFIGURE= yes USE_GNOME= glib20 gtk30 USE_XFCE= xfconf
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802140750.w1E7oDuC022384>