aboutsummaryrefslogtreecommitdiff
path: root/databases/py-alembic
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2014-10-19 08:50:17 +0000
committerMarcus von Appen <mva@FreeBSD.org>2014-10-19 08:50:17 +0000
commite1555011ab42870150513585c13b3a273e4bf53b (patch)
tree75814c6755c8e7b9ed02c4c7bd60001370cbdfbd /databases/py-alembic
parentdae43d7a6d5bdca67edda0ed02db4a1593899b62 (diff)
downloadports-e1555011ab42870150513585c13b3a273e4bf53b.tar.gz
ports-e1555011ab42870150513585c13b3a273e4bf53b.zip
- Convert ports from databases/ and deskutils/ to new USES=python
Approved by: portmgr (implicit)
Notes
Notes: svn path=/head/; revision=371173
Diffstat (limited to 'databases/py-alembic')
-rw-r--r--databases/py-alembic/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/py-alembic/Makefile b/databases/py-alembic/Makefile
index eeea7a5ba817..b036fe1bd141 100644
--- a/databases/py-alembic/Makefile
+++ b/databases/py-alembic/Makefile
@@ -14,8 +14,7 @@ LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy>=0.7.3:${PORTSDIR}/databases/py-sqlalchemy \
${PYTHON_PKGNAMEPREFIX}mako>=0:${PORTSDIR}/textproc/py-mako
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
-PYDISTUTILS_AUTOPLIST= yes
+USES= python
+USE_PYTHON= distutils autoplist
.include <bsd.port.mk>