diff options
| author | Marcus von Appen <mva@FreeBSD.org> | 2014-09-28 16:37:33 +0000 | 
|---|---|---|
| committer | Marcus von Appen <mva@FreeBSD.org> | 2014-09-28 16:37:33 +0000 | 
| commit | 9dd0c2d37c831ea5c1c2600023042cd9ec871524 (patch) | |
| tree | 22da6523ab22c615e57c63c55244e57746438dec /databases/py-sqlite3 | |
| parent | Change the way USES is handled: (diff) | |
- Convert to USES=python
With hat:	python@
Notes
Notes:
    svn path=/head/; revision=369466
Diffstat (limited to 'databases/py-sqlite3')
| -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>  | 
