diff options
author | mva <mva@FreeBSD.org> | 2014-09-29 00:37:33 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2014-09-29 00:37:33 +0800 |
commit | bae6f7b7204ad9bfe5c8efa73316e3464e9f2c2a (patch) | |
tree | 22da6523ab22c615e57c63c55244e57746438dec /databases | |
parent | e7dc30958a42e788cc3320e65536192f3476ef87 (diff) | |
download | freebsd-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/Makefile | 6 |
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> |