aboutsummaryrefslogtreecommitdiff
path: root/audio/lingot
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/lingot
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/lingot')
-rw-r--r--audio/lingot/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/lingot/Makefile b/audio/lingot/Makefile
index 4b263b53f88a..43f8b495d970 100644
--- a/audio/lingot/Makefile
+++ b/audio/lingot/Makefile
@@ -24,12 +24,12 @@ OPTIONS_GROUP= SOUND
OPTIONS_GROUP_SOUND= ALSA JACK
OPTIONS_DEFAULT= JACK
-ALSA_LIB_DEPENDS= libasound.so:${PORTSDIR}/audio/alsa-lib
-ALSA_RUN_DEPENDS= ${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:${PORTSDIR}/audio/alsa-plugins
+ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib
+ALSA_RUN_DEPENDS= ${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:audio/alsa-plugins
ALSA_CONFIGURE_ENABLE= alsa
-JACK_LIB_DEPENDS= libjack.so:${PORTSDIR}/audio/jack \
- libsamplerate.so:${PORTSDIR}/audio/libsamplerate
+JACK_LIB_DEPENDS= libjack.so:audio/jack \
+ libsamplerate.so:audio/libsamplerate
JACK_CONFIGURE_ENABLE= jack
.include <bsd.port.mk>