diff options
author | William Grzybowski <wg@FreeBSD.org> | 2013-09-11 21:58:27 +0800 |
---|---|---|
committer | William Grzybowski <wg@FreeBSD.org> | 2013-09-11 21:58:27 +0800 |
commit | 84bf662fd05ac8b054767ea18c1462ad8bb98780 (patch) | |
tree | ae9d1605f3837845c49d67717fcc8a7522f1ca1a /devel/py-shapely | |
parent | 2e24707c96c566166fcf9785c12d2d961d1c586d (diff) | |
download | freebsd-ports-gnome-84bf662fd05ac8b054767ea18c1462ad8bb98780.tar.gz freebsd-ports-gnome-84bf662fd05ac8b054767ea18c1462ad8bb98780.tar.zst freebsd-ports-gnome-84bf662fd05ac8b054767ea18c1462ad8bb98780.zip |
graphics/geos: update to 3.4.2
- Update to 3.4.2 [1]
- Bump PORTREVISION for dependent ports
- USES gmake
- Use options helpers
PR: ports/181422 [1]
Submitted by: Rainer Hurling <rhurlin gwdg.de> (maintainer)
Diffstat (limited to 'devel/py-shapely')
-rw-r--r-- | devel/py-shapely/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/py-shapely/Makefile b/devel/py-shapely/Makefile index 186adf8e8d9b..deb7ffff1146 100644 --- a/devel/py-shapely/Makefile +++ b/devel/py-shapely/Makefile @@ -3,6 +3,7 @@ PORTNAME= Shapely PORTVERSION= 1.2.18 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +14,7 @@ COMMENT= Python Package for Manipulation 2D Geospatial Geometry LIB_DEPENDS= geos_c:${PORTSDIR}/graphics/geos CFLAGS+= -I${LOCALBASE}/include -USE_PYTHON= 2.5+ +USE_PYTHON= 2.6+ USE_PYDISTUTILS= easy_install .include <bsd.port.mk> |