aboutsummaryrefslogtreecommitdiff
path: root/devel/shapelib
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-11-27 23:17:38 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-11-27 23:17:38 +0000
commit78f963d9bd429f620c69a3be14bb27f1405cd787 (patch)
tree6441f17e6a1f1f5e4e71a90d6e069f0d6c2ed379 /devel/shapelib
parent3dca10884c073194f5e6cd73b95ae303f578b7cd (diff)
downloadports-78f963d9bd429f620c69a3be14bb27f1405cd787.tar.gz
ports-78f963d9bd429f620c69a3be14bb27f1405cd787.zip
Notes
Diffstat (limited to 'devel/shapelib')
-rw-r--r--devel/shapelib/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/shapelib/Makefile b/devel/shapelib/Makefile
index b60bcd375641..f1470901df18 100644
--- a/devel/shapelib/Makefile
+++ b/devel/shapelib/Makefile
@@ -7,6 +7,7 @@
PORTNAME= shapelib
PORTVERSION= 1.3.0
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://download.osgeo.org/shapelib/ \
http://sunpoet.net/distfiles/
@@ -27,7 +28,7 @@ SHAPELIB_VER= ${PORTVERSION}a2
.include <bsd.port.pre.mk>
.if defined(WITH_PROJ4)
-LIB_DEPENDS+= proj.5:${PORTSDIR}/graphics/proj
+LIB_DEPENDS+= proj.6:${PORTSDIR}/graphics/proj
PLIST_SUB+= PROJ4=""
PROJ4= -DPROJ4
.else