svn commit: r361442 - head/graphics/ocropus

Vanilla I. Shu vanilla at FreeBSD.org
Thu Jul 10 12:23:02 UTC 2014


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 at 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


More information about the svn-ports-all mailing list