From bfe7d2e175a699174643eb297c2a5038210e7a90 Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Sat, 13 Apr 2019 20:11:48 +0000 Subject: [PATCH] math/py-basemap:Make compatible with PYTHON 3 --- math/py-basemap/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/math/py-basemap/Makefile b/math/py-basemap/Makefile index 8e73eb87f918..32917b06747a 100644 --- a/math/py-basemap/Makefile +++ b/math/py-basemap/Makefile @@ -3,7 +3,7 @@ PORTNAME= basemap PORTVERSION= 1.0.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math python MASTER_SITES= SF/matplotlib/matplotlib-toolkits/${PORTNAME}-${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,8 +18,8 @@ BUILD_DEPENDS= ${PYNUMPY} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} LIB_DEPENDS= libgeos.so:graphics/geos -USES= python:2.7 -USE_PYTHON= distutils autoplist +USES= python +USE_PYTHON= autoplist distutils DATADIR= ${PREFIX}/share/py-${PORTNAME}-data EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME}