aboutsummaryrefslogtreecommitdiff
path: root/graphics/leptonica
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/leptonica
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/leptonica')
-rw-r--r--graphics/leptonica/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/graphics/leptonica/Makefile b/graphics/leptonica/Makefile
index 986b0208b711..c2f2b33b72be 100644
--- a/graphics/leptonica/Makefile
+++ b/graphics/leptonica/Makefile
@@ -10,11 +10,11 @@ MASTER_SITES= http://www.leptonica.com/source/
MAINTAINER= hiroto.kagotani@gmail.com
COMMENT= C library for efficient image processing and image analysis operations
-LIB_DEPENDS= libgif.so:${PORTSDIR}/graphics/giflib \
- libopenjp2.so:${PORTSDIR}/graphics/openjpeg \
- libpng.so:${PORTSDIR}/graphics/png \
- libtiff.so:${PORTSDIR}/graphics/tiff \
- libwebp.so:${PORTSDIR}/graphics/webp
+LIB_DEPENDS= libgif.so:graphics/giflib \
+ libopenjp2.so:graphics/openjpeg \
+ libpng.so:graphics/png \
+ libtiff.so:graphics/tiff \
+ libwebp.so:graphics/webp
CONFLICTS= leptonlib-[0-9]*
@@ -27,7 +27,7 @@ INSTALL_TARGET= install-strip
TESTS?= generate compare
.if defined(MAINTAINER_MODE) || defined(PACKAGE_BUILDING)
-BUILD_DEPENDS+= ${LOCALBASE}/bin/gnuplot:${PORTSDIR}/math/gnuplot
+BUILD_DEPENDS+= ${LOCALBASE}/bin/gnuplot:math/gnuplot
.endif
#the display portion of the regression tests is interactive,
#and requires the use of xv, xli or xzgv as an image viewer