aboutsummaryrefslogtreecommitdiff
path: root/graphics/libreatlas
diff options
context:
space:
mode:
authorAshish SHUKLA <ashish@FreeBSD.org>2017-03-29 06:50:28 +0000
committerAshish SHUKLA <ashish@FreeBSD.org>2017-03-29 06:50:28 +0000
commit9cba0ef67a30ea437c7cf760e2e17ee1b435d7ab (patch)
tree3ea7a6a98fea93d62edd7b44e4c101e0dddf9589 /graphics/libreatlas
parentddebd2795922b2682efeffea1de2f9c8b7391046 (diff)
downloadports-9cba0ef67a30ea437c7cf760e2e17ee1b435d7ab.tar.gz
ports-9cba0ef67a30ea437c7cf760e2e17ee1b435d7ab.zip
- Update devel/libpthread-stubs to 0.4
- Chase libpthread-stubs update, and also switch to BUILD_DEPENDS from LIB_DEPENDS, as port is now only .pc file PR: 218015 Submitted by: rezny
Notes
Notes: svn path=/head/; revision=437182
Diffstat (limited to 'graphics/libreatlas')
-rw-r--r--graphics/libreatlas/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/libreatlas/Makefile b/graphics/libreatlas/Makefile
index 2915a1542522..b7a4f3b29b3d 100644
--- a/graphics/libreatlas/Makefile
+++ b/graphics/libreatlas/Makefile
@@ -3,7 +3,7 @@
PORTNAME= libreatlas
PORTVERSION= 1.0.0a
-PORTREVISION= 20
+PORTREVISION= 21
CATEGORIES= graphics geography
MASTER_SITES= http://www.gaia-gis.it/gaia-sins/
@@ -12,10 +12,10 @@ COMMENT= Open Source Geography Education application
LICENSE= GPLv3
+BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs
LIB_DEPENDS= libmspack.so:archivers/libmspack \
libspatialite.so:databases/spatialite \
libsqlite3.so:databases/sqlite3 \
- libpthread-stubs.so:devel/libpthread-stubs \
libpcre.so:devel/pcre \
libcairo.so:graphics/cairo \
libgeos.so:graphics/geos \