summaryrefslogtreecommitdiff
path: root/multimedia/libbluray
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:16:16 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:16:16 +0000
commit8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch)
treed3548a0f08ca434f11cb4415a93d98037409413b /multimedia/libbluray
parenta9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff)
downloadfreebsd-ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.zip
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr Sponsored by: Absolight
Diffstat (limited to 'multimedia/libbluray')
-rw-r--r--multimedia/libbluray/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/multimedia/libbluray/Makefile b/multimedia/libbluray/Makefile
index d1c03fbffdcd..dd086641691e 100644
--- a/multimedia/libbluray/Makefile
+++ b/multimedia/libbluray/Makefile
@@ -13,11 +13,11 @@ COMMENT= Blu-Ray discs playback library for media players
LICENSE= LGPL21
-LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \
- libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig
+LIB_DEPENDS= libfreetype.so:print/freetype2 \
+ libfontconfig.so:x11-fonts/fontconfig
# dlopen dependencies
-LIB_DEPENDS+= libaacs.so:${PORTSDIR}/multimedia/libaacs \
- libbdplus.so:${PORTSDIR}/multimedia/libbdplus
+LIB_DEPENDS+= libaacs.so:multimedia/libaacs \
+ libbdplus.so:multimedia/libbdplus
INSTALL_TARGET= install-strip
USES= autoreconf iconv libtool pathfix pkgconfig tar:bzip2
@@ -34,7 +34,7 @@ JAVA_DESC= Enable Blu-Ray Java support
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MJAVA}
-BUILD_DEPENDS+= ant:${PORTSDIR}/devel/apache-ant
+BUILD_DEPENDS+= ant:devel/apache-ant
CATEGORIES+= java
USE_JAVA= yes
JAVA_VERSION= 1.6+