aboutsummaryrefslogtreecommitdiffstats
path: root/audio/slv2
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2016-04-01 21:29:15 +0800
committermat <mat@FreeBSD.org>2016-04-01 21:29:15 +0800
commit96cd8e4bc2d30db4bc3bbbf3fcdcc98121c879e0 (patch)
treee5609c11a5cecf09649970cae33b72d3774969e3 /audio/slv2
parent734d10a8b4340cbeb3639bfaf8c7249ec7089c0a (diff)
downloadfreebsd-ports-gnome-96cd8e4bc2d30db4bc3bbbf3fcdcc98121c879e0.tar.gz
freebsd-ports-gnome-96cd8e4bc2d30db4bc3bbbf3fcdcc98121c879e0.tar.zst
freebsd-ports-gnome-96cd8e4bc2d30db4bc3bbbf3fcdcc98121c879e0.zip
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr Sponsored by: Absolight
Diffstat (limited to 'audio/slv2')
-rw-r--r--audio/slv2/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/slv2/Makefile b/audio/slv2/Makefile
index 066d6526ced3..8d7da442e9e8 100644
--- a/audio/slv2/Makefile
+++ b/audio/slv2/Makefile
@@ -13,9 +13,9 @@ COMMENT= LV2 Application Support Library
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
-BUILD_DEPENDS= ${LOCALBASE}/include/lv2.h:${PORTSDIR}/audio/lv2core
-LIB_DEPENDS= libjack.so:${PORTSDIR}/audio/jack \
- librdf.so:${PORTSDIR}/textproc/redland
+BUILD_DEPENDS= ${LOCALBASE}/include/lv2.h:audio/lv2core
+LIB_DEPENDS= libjack.so:audio/jack \
+ librdf.so:textproc/redland
USES= pkgconfig tar:bzip2 waf
USE_LDCONFIG= yes