aboutsummaryrefslogtreecommitdiffstats
path: root/databases/pyspatialite
diff options
context:
space:
mode:
authormva <mva@FreeBSD.org>2014-10-19 16:50:17 +0800
committermva <mva@FreeBSD.org>2014-10-19 16:50:17 +0800
commitd4e0b55e3d2de55489b8645dd7d5c9ea53ca2058 (patch)
tree75814c6755c8e7b9ed02c4c7bd60001370cbdfbd /databases/pyspatialite
parentdc3d0650673d81132ee89d472a4c21d49328fa91 (diff)
downloadfreebsd-ports-gnome-d4e0b55e3d2de55489b8645dd7d5c9ea53ca2058.tar.gz
freebsd-ports-gnome-d4e0b55e3d2de55489b8645dd7d5c9ea53ca2058.tar.zst
freebsd-ports-gnome-d4e0b55e3d2de55489b8645dd7d5c9ea53ca2058.zip
- Convert ports from databases/ and deskutils/ to new USES=python
Approved by: portmgr (implicit)
Diffstat (limited to 'databases/pyspatialite')
-rw-r--r--databases/pyspatialite/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/pyspatialite/Makefile b/databases/pyspatialite/Makefile
index 12354c3b1ccd..47732f727071 100644
--- a/databases/pyspatialite/Makefile
+++ b/databases/pyspatialite/Makefile
@@ -16,9 +16,8 @@ COMMENT= DB-API 2.0 interface for SQLite 3.x with Spatialite 3.x
LIB_DEPENDS= libspatialite.so:${PORTSDIR}/databases/spatialite
-USES= iconv
-USE_PYTHON= yes
-USE_PYDISTUTILS=yes
+USES= iconv python
+USE_PYTHON= distutils
PYDISTUTILS_PKGNAME= pyspatialite
AMALGAMATION_NAME= libspatialite-amalgamation-${PORTVERSION}