Date: Thu, 10 Jul 2014 12:23:02 +0000 (UTC) From: "Vanilla I. Shu" <vanilla@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361442 - head/graphics/ocropus Message-ID: <201407101223.s6ACN2NC059610@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: vanilla Date: Thu Jul 10 12:23:02 2014 New Revision: 361442 URL: http://svnweb.freebsd.org/changeset/ports/361442 QAT: https://qat.redports.org/buildarchive/r361442/ Log: 1: Stagify. 2: new syntax of LIB_DEPENDS. Approved by: portmgr@ (blanket) Modified: head/graphics/ocropus/Makefile Modified: head/graphics/ocropus/Makefile ============================================================================== --- head/graphics/ocropus/Makefile Thu Jul 10 12:14:26 2014 (r361441) +++ head/graphics/ocropus/Makefile Thu Jul 10 12:23:02 2014 (r361442) @@ -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- 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407101223.s6ACN2NC059610>