aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authormva <mva@FreeBSD.org>2014-09-29 00:37:33 +0800
committermva <mva@FreeBSD.org>2014-09-29 00:37:33 +0800
commitbae6f7b7204ad9bfe5c8efa73316e3464e9f2c2a (patch)
tree22da6523ab22c615e57c63c55244e57746438dec /databases
parente7dc30958a42e788cc3320e65536192f3476ef87 (diff)
downloadfreebsd-ports-gnome-bae6f7b7204ad9bfe5c8efa73316e3464e9f2c2a.tar.gz
freebsd-ports-gnome-bae6f7b7204ad9bfe5c8efa73316e3464e9f2c2a.tar.zst
freebsd-ports-gnome-bae6f7b7204ad9bfe5c8efa73316e3464e9f2c2a.zip
- Convert to USES=python
With hat: python@
Diffstat (limited to 'databases')
-rw-r--r--databases/py-sqlite3/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/databases/py-sqlite3/Makefile b/databases/py-sqlite3/Makefile
index 9bc2d49dae66..1cffa45eeff6 100644
--- a/databases/py-sqlite3/Makefile
+++ b/databases/py-sqlite3/Makefile
@@ -19,16 +19,14 @@ LIB_DEPENDS= libsqlite3.so:${PORTSDIR}/databases/sqlite3
PORTSCOUT= ignore:1
-USE_PYTHON= yes
-USE_PYDISTUTILS=yes
-USES= tar:xz
+USES= python tar:xz
+USE_PYTHON= distutils autoplist
DIST_SUBDIR= python
DISTINFO_FILE= ${PORTSDIR}/lang/python${PYTHON_SUFFIX}/distinfo
WRKSRC= ${WRKDIR}/Python-${PORTVERSION}/Modules
PYDISTUTILS_INSTALLARGS+= --install-lib ${PYTHON_LIBDIR}/lib-dynload
-PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.pre.mk>