aboutsummaryrefslogtreecommitdiff
path: root/databases/py-sqlite3
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2014-09-28 16:37:33 +0000
committerMarcus von Appen <mva@FreeBSD.org>2014-09-28 16:37:33 +0000
commit9dd0c2d37c831ea5c1c2600023042cd9ec871524 (patch)
tree22da6523ab22c615e57c63c55244e57746438dec /databases/py-sqlite3
parentfe837ee6c691d6b779351981a17ce6cacf012498 (diff)
downloadports-9dd0c2d37c831ea5c1c2600023042cd9ec871524.tar.gz
ports-9dd0c2d37c831ea5c1c2600023042cd9ec871524.zip
Notes
Diffstat (limited to 'databases/py-sqlite3')
-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>