aboutsummaryrefslogtreecommitdiff
path: root/audio/xfce4-pulseaudio-plugin
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 13:29:15 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 13:29:15 +0000
commit7f4572eae4327c4403d9ef714cb6de917650662a (patch)
treee5609c11a5cecf09649970cae33b72d3774969e3 /audio/xfce4-pulseaudio-plugin
parent630b8bcb8b62c77a87ea9d6bfa87a312a9d89555 (diff)
downloadports-7f4572eae4327c4403d9ef714cb6de917650662a.tar.gz
ports-7f4572eae4327c4403d9ef714cb6de917650662a.zip
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=412344
Diffstat (limited to 'audio/xfce4-pulseaudio-plugin')
-rw-r--r--audio/xfce4-pulseaudio-plugin/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/xfce4-pulseaudio-plugin/Makefile b/audio/xfce4-pulseaudio-plugin/Makefile
index e2440997530c..80af1646b6cb 100644
--- a/audio/xfce4-pulseaudio-plugin/Makefile
+++ b/audio/xfce4-pulseaudio-plugin/Makefile
@@ -12,8 +12,8 @@ COMMENT= Panel plugin for controlling PulseAudio mixer
LICENSE= GPLv2
-LIB_DEPENDS= libpulse-mainloop-glib.so:${PORTSDIR}/audio/pulseaudio
-RUN_DEPENDS= pavucontrol>=2.0:${PORTSDIR}/audio/pavucontrol
+LIB_DEPENDS= libpulse-mainloop-glib.so:audio/pulseaudio
+RUN_DEPENDS= pavucontrol>=2.0:audio/pavucontrol
USES= gettext gmake libtool pkgconfig tar:bzip2 xfce:gtk3
GNU_CONFIGURE= yes
@@ -30,7 +30,7 @@ CFLAGS+= -Wno-return-type
OPTIONS_DEFINE= KEYBINDER
OPTIONS_DEFAULT= KEYBINDER
KEYBINDER_DESC= Keyboard shortcuts
-KEYBINDER_LIB_DEPENDS= libkeybinder-3.0.so:${PORTSDIR}/x11/keybinder-gtk3
+KEYBINDER_LIB_DEPENDS= libkeybinder-3.0.so:x11/keybinder-gtk3
KEYBINDER_CONFIGURE_ENABLE= keybinder
.include <bsd.port.mk>