diff options
| author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-07-10 12:23:02 +0000 |
|---|---|---|
| committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-07-10 12:23:02 +0000 |
| commit | 1fb5b0cacf40a64e62d9d9576ea49f5968ecbffe (patch) | |
| tree | 19b047871fe66431bdc77717d00d45cb50f9e70e | |
| parent | Update to 0.7.18 (diff) | |
1: Stagify.
2: new syntax of LIB_DEPENDS.
Approved by: portmgr@ (blanket)
| -rw-r--r-- | graphics/ocropus/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/graphics/ocropus/Makefile b/graphics/ocropus/Makefile index 2a644b3fc1f9..6f22a31c7a20 100644 --- a/graphics/ocropus/Makefile +++ b/graphics/ocropus/Makefile @@ -10,11 +10,11 @@ MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} MAINTAINER= hiroto.kagotani@gmail.com COMMENT= The OCRopus(tm) open source document analysis and OCR system -LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ - jpeg.11:${PORTSDIR}/graphics/jpeg \ - tiff.4:${PORTSDIR}/graphics/tiff \ - iulib.0:${PORTSDIR}/graphics/iulib \ - gsl:${PORTSDIR}/math/gsl +LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png \ + libjpeg.so:${PORTSDIR}/graphics/jpeg \ + libtiff.so:${PORTSDIR}/graphics/tiff \ + libiulib.so:${PORTSDIR}/graphics/iulib \ + libgsl.so:${PORTSDIR}/math/gsl WRKSRC= ${WRKDIR}/ocropus-0.4/ocropus @@ -31,7 +31,6 @@ CONFIGURE_ARGS= --without-fst --without-tesseract --with-iulib=${LOCALBASE} CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MSDL} @@ -41,7 +40,7 @@ CONFIGURE_ARGS+=--without-SDL .endif .if ${PORT_OPTIONS:MLEPTONICA} -LIB_DEPENDS+= lept:${PORTSDIR}/graphics/leptonica +LIB_DEPENDS+= liblept.so:${PORTSDIR}/graphics/leptonica .else CONFIGURE_ARGS+=--without-leptonica .endif |
