svn commit: r358891 - head/graphics/libreatlas

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Jun 23 02:39:30 UTC 2014


Author: amdmi3
Date: Mon Jun 23 02:39:30 2014
New Revision: 358891
URL: http://svnweb.freebsd.org/changeset/ports/358891
QAT: https://qat.redports.org/buildarchive/r358891/

Log:
  - Use new LIB_DEPENDS syntax
  - Add needed LIBS (required after spatiallite/librasterlite USES=libtool conversion)
  
  Approved by:	portmgr blanket

Modified:
  head/graphics/libreatlas/Makefile

Modified: head/graphics/libreatlas/Makefile
==============================================================================
--- head/graphics/libreatlas/Makefile	Mon Jun 23 02:31:01 2014	(r358890)
+++ head/graphics/libreatlas/Makefile	Mon Jun 23 02:39:30 2014	(r358891)
@@ -12,24 +12,24 @@ COMMENT=	Open Source Geography Education
 
 LICENSE=	GPLv3
 
-LIB_DEPENDS=	mspack:${PORTSDIR}/archivers/libmspack \
-		spatialite:${PORTSDIR}/databases/spatialite \
-		sqlite3:${PORTSDIR}/databases/sqlite3 \
-		pthread-stubs:${PORTSDIR}/devel/libpthread-stubs \
-		pcre:${PORTSDIR}/devel/pcre \
-		cairo:${PORTSDIR}/graphics/cairo \
-		geos:${PORTSDIR}/graphics/geos \
-		jbig:${PORTSDIR}/graphics/jbigkit \
-		jpeg:${PORTSDIR}/graphics/jpeg \
-		geotiff:${PORTSDIR}/graphics/libgeotiff \
-		rasterlite:${PORTSDIR}/graphics/librasterlite \
-		png15:${PORTSDIR}/graphics/png \
-		proj:${PORTSDIR}/graphics/proj \
-		tiff:${PORTSDIR}/graphics/tiff \
+LIB_DEPENDS=	libmspack.so:${PORTSDIR}/archivers/libmspack \
+		libspatialite.so:${PORTSDIR}/databases/spatialite \
+		libsqlite3.so:${PORTSDIR}/databases/sqlite3 \
+		libpthread-stubs.so:${PORTSDIR}/devel/libpthread-stubs \
+		libpcre.so:${PORTSDIR}/devel/pcre \
+		libcairo.so:${PORTSDIR}/graphics/cairo \
+		libgeos.so:${PORTSDIR}/graphics/geos \
+		libjbig.so:${PORTSDIR}/graphics/jbigkit \
+		libjpeg.so:${PORTSDIR}/graphics/jpeg \
+		libgeotiff.so:${PORTSDIR}/graphics/libgeotiff \
+		librasterlite.so:${PORTSDIR}/graphics/librasterlite \
+		libpng15.so:${PORTSDIR}/graphics/png \
+		libproj.so:${PORTSDIR}/graphics/proj \
+		libtiff.so:${PORTSDIR}/graphics/tiff \
 		libfreetype.so:${PORTSDIR}/print/freetype2 \
-		expat:${PORTSDIR}/textproc/expat2 \
-		freexl:${PORTSDIR}/textproc/freexl \
-		fontconfig:${PORTSDIR}/x11-fonts/fontconfig
+		libexpat.so:${PORTSDIR}/textproc/expat2 \
+		libfreexl.so:${PORTSDIR}/textproc/freexl \
+		libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig
 
 GNU_CONFIGURE=	yes
 USES=		pkgconfig gettext gmake iconv
@@ -41,6 +41,7 @@ WANT_UNICODE=	yes
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
+LIBS+=		-lgeos_c
 
 PLIST_FILES=	bin/LibreAtlas
 


More information about the svn-ports-head mailing list