aboutsummaryrefslogtreecommitdiff
path: root/graphics/libbpg
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:00:51 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:00:51 +0000
commit4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch)
tree78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /graphics/libbpg
parent7f4572eae4327c4403d9ef714cb6de917650662a (diff)
downloadports-4e1b79a0a61f4973df8b4b0864d22086c769e219.tar.gz
ports-4e1b79a0a61f4973df8b4b0864d22086c769e219.zip
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=412346
Diffstat (limited to 'graphics/libbpg')
-rw-r--r--graphics/libbpg/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/libbpg/Makefile b/graphics/libbpg/Makefile
index 50f092a39218..9acf3dffbab2 100644
--- a/graphics/libbpg/Makefile
+++ b/graphics/libbpg/Makefile
@@ -13,7 +13,7 @@ COMMENT= BPG (Better Portable Graphics) is a new image format
LICENSE= BSD2CLAUSE LGPL21
LICENSE_COMB= multi
-LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png
+LIB_DEPENDS= libpng.so:graphics/png
OPTIONS_DEFINE= SDL JCTVC X265
OPTIONS_DEFAULT=SDL JCTVC
@@ -21,7 +21,7 @@ OPTIONS_SUB= yes
USE_LDCONFIG= yes
SDL_USE= SDL=image
-X265_LIB_DEPENDS= libx265.so:${PORTSDIR}/multimedia/x265
+X265_LIB_DEPENDS= libx265.so:multimedia/x265
JCTVC_DESC= Enable JCTVC (best quality but slow) for the encoder
JCTVCHI_DESC= Use bit depths > 12 with JCTVC (experimental)