aboutsummaryrefslogtreecommitdiff
path: root/audio/pulseaudio
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/pulseaudio
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/pulseaudio')
-rw-r--r--audio/pulseaudio/Makefile26
1 files changed, 13 insertions, 13 deletions
diff --git a/audio/pulseaudio/Makefile b/audio/pulseaudio/Makefile
index 8f9482a3efec..94a1f49f8f36 100644
--- a/audio/pulseaudio/Makefile
+++ b/audio/pulseaudio/Makefile
@@ -15,15 +15,15 @@ COMMENT= Sound server for UNIX
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/LGPL
-LIB_DEPENDS= libsndfile.so:${PORTSDIR}/audio/libsndfile \
- libspeexdsp.so:${PORTSDIR}/audio/speexdsp \
- libfftw3.so:${PORTSDIR}/math/fftw3 \
- libfftw3f.so:${PORTSDIR}/math/fftw3-float \
- liborc-0.4.so:${PORTSDIR}/devel/orc \
- libjson-c.so:${PORTSDIR}/devel/json-c \
- libdbus-1.so:${PORTSDIR}/devel/dbus \
- libltdl.so:${PORTSDIR}/devel/libltdl \
- libck-connector.so:${PORTSDIR}/sysutils/consolekit
+LIB_DEPENDS= libsndfile.so:audio/libsndfile \
+ libspeexdsp.so:audio/speexdsp \
+ libfftw3.so:math/fftw3 \
+ libfftw3f.so:math/fftw3-float \
+ liborc-0.4.so:devel/orc \
+ libjson-c.so:devel/json-c \
+ libdbus-1.so:devel/dbus \
+ libltdl.so:devel/libltdl \
+ libck-connector.so:sysutils/consolekit
USE_GNOME= glib20 intltool
USE_XORG= x11 sm xtst ice
@@ -63,15 +63,15 @@ OPTIONS_SUB= yes
OPTIONS_DEFINE= JACK AVAHI GCONF ALSA SIMD BASH ZSH
OPTIONS_DEFAULT=AVAHI SIMD
JACK_CONFIGURE_ENABLE= jack
-JACK_LIB_DEPENDS= libjack.so:${PORTSDIR}/audio/jack
+JACK_LIB_DEPENDS= libjack.so:audio/jack
AVAHI_CONFIGURE_ENABLE= avahi
-AVAHI_LIB_DEPENDS= libavahi-client.so:${PORTSDIR}/net/avahi-app
+AVAHI_LIB_DEPENDS= libavahi-client.so:net/avahi-app
GCONF_CONFIGURE_ENABLE= gconf
GCONF_USE= GNOME=gconf2
ALSA_CONFIGURE_ENABLE= alsa
-ALSA_LIB_DEPENDS= libasound.so:${PORTSDIR}/audio/alsa-lib
+ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib
SIMD_CONFIGURE_ENABLE= orc
-SIMD_LIB_DEPENDS= liborc-0.4.so:${PORTSDIR}/devel/orc
+SIMD_LIB_DEPENDS= liborc-0.4.so:devel/orc
ZSH_CONFIGURE_OFF= --without-zsh-completion-dir
PULSE_VERSION= ${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}