aboutsummaryrefslogtreecommitdiff
path: root/audio/whysynth
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/whysynth
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/whysynth')
-rw-r--r--audio/whysynth/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/audio/whysynth/Makefile b/audio/whysynth/Makefile
index 02e1f68b6531..b0bb45296e55 100644
--- a/audio/whysynth/Makefile
+++ b/audio/whysynth/Makefile
@@ -13,13 +13,13 @@ COMMENT= Versatile softsynth implemented as a DSSI plugin
LICENSE= GPLv2 LGPL21
LICENSE_COMB= multi
-BUILD_DEPENDS= ${LOCALBASE}/include/dssi.h:${PORTSDIR}/audio/dssi \
- ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa
-LIB_DEPENDS= libdssialsacompat.so:${PORTSDIR}/audio/libdssialsacompat \
- liblo.so:${PORTSDIR}/audio/liblo \
- libjack.so:${PORTSDIR}/audio/jack \
- libfftw3.so:${PORTSDIR}/math/fftw3 \
- libfftw3f.so:${PORTSDIR}/math/fftw3-float
+BUILD_DEPENDS= ${LOCALBASE}/include/dssi.h:audio/dssi \
+ ${LOCALBASE}/include/ladspa.h:audio/ladspa
+LIB_DEPENDS= libdssialsacompat.so:audio/libdssialsacompat \
+ liblo.so:audio/liblo \
+ libjack.so:audio/jack \
+ libfftw3.so:math/fftw3 \
+ libfftw3f.so:math/fftw3-float
USES= gmake pkgconfig tar:bzip2 libtool
GNU_CONFIGURE= yes