aboutsummaryrefslogtreecommitdiff
path: root/graphics/ocropus/Makefile
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/ocropus/Makefile
parent7f4572eae4327c4403d9ef714cb6de917650662a (diff)
downloadports-4e1b79a0a61f4973df8b4b0864d22086c769e219.tar.gz
ports-4e1b79a0a61f4973df8b4b0864d22086c769e219.zip
Notes
Diffstat (limited to 'graphics/ocropus/Makefile')
-rw-r--r--graphics/ocropus/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/ocropus/Makefile b/graphics/ocropus/Makefile
index fe0469ea6a6d..fd12343240ed 100644
--- a/graphics/ocropus/Makefile
+++ b/graphics/ocropus/Makefile
@@ -10,10 +10,10 @@ MASTER_SITES= GOOGLE_CODE
MAINTAINER= hiroto.kagotani@gmail.com
COMMENT= The OCRopus(tm) open source document analysis and OCR system
-LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \
- libtiff.so:${PORTSDIR}/graphics/tiff \
- libiulib.so:${PORTSDIR}/graphics/iulib \
- libgsl.so:${PORTSDIR}/math/gsl
+LIB_DEPENDS= libpng.so:graphics/png \
+ libtiff.so:graphics/tiff \
+ libiulib.so:graphics/iulib \
+ libgsl.so:math/gsl
WRKSRC= ${WRKDIR}/ocropus-0.4/ocropus
@@ -37,7 +37,7 @@ CONFIGURE_ARGS+=--without-SDL
.endif
.if ${PORT_OPTIONS:MLEPTONICA}
-LIB_DEPENDS+= liblept.so:${PORTSDIR}/graphics/leptonica
+LIB_DEPENDS+= liblept.so:graphics/leptonica
.else
CONFIGURE_ARGS+=--without-leptonica
.endif