Date: Mon, 23 Jun 2014 02:39:30 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358891 - head/graphics/libreatlas Message-ID: <201406230239.s5N2dUaD030162@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406230239.s5N2dUaD030162>