summaryrefslogtreecommitdiff
path: root/audio/jack/Makefile
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/jack/Makefile
parentFix prop. (diff)
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 '')
-rw-r--r--audio/jack/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/audio/jack/Makefile b/audio/jack/Makefile
index 04bbc5947d4e..7b30b2770dee 100644
--- a/audio/jack/Makefile
+++ b/audio/jack/Makefile
@@ -14,10 +14,10 @@ COMMENT= Low latency audio server
LICENSE= GPLv2 LGPL21
LICENSE_COMB= multi
-LIB_DEPENDS= libsndfile.so:${PORTSDIR}/audio/libsndfile \
- libsamplerate.so:${PORTSDIR}/audio/libsamplerate \
- libcelt0.so:${PORTSDIR}/audio/celt \
- libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid
+LIB_DEPENDS= libsndfile.so:audio/libsndfile \
+ libsamplerate.so:audio/libsamplerate \
+ libcelt0.so:audio/celt \
+ libuuid.so:misc/e2fsprogs-libuuid
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
@@ -36,12 +36,12 @@ OPTIONS_DEFINE= ALSA DOXYGEN READLINE
OPTIONS_DEFAULT=READLINE
OPTIONS_SUB= yes
-ALSA_LIB_DEPENDS= libasound.so:${PORTSDIR}/audio/alsa-lib
+ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib
ALSA_CONFIGURE_ENABLE= alsa
READLINE_USES= readline
-DOXYGEN_BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen
+DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen
DOXYGEN_CONFIGURE_ENV_OFF= ac_cv_prog_HAVE_DOXYGEN="false"
READLINE_CONFIGURE_ENV_OFF= ac_cv_lib_readline_readline=no \