aboutsummaryrefslogtreecommitdiff
path: root/devel/bzr-git
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2014-10-20 16:04:12 +0000
committerMarcus von Appen <mva@FreeBSD.org>2014-10-20 16:04:12 +0000
commit89e07f4a18111a1fde92e57751221f851705f6b8 (patch)
treee54c7ece9300bb20cc6b5b9ea0b6b8aab3453440 /devel/bzr-git
parent7fd0d93a89aedf3ae8004c878caa5e2ff358e78b (diff)
downloadports-89e07f4a18111a1fde92e57751221f851705f6b8.tar.gz
ports-89e07f4a18111a1fde92e57751221f851705f6b8.zip
Notes
Diffstat (limited to 'devel/bzr-git')
-rw-r--r--devel/bzr-git/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/bzr-git/Makefile b/devel/bzr-git/Makefile
index 9b6a102902ce..8371d449c65b 100644
--- a/devel/bzr-git/Makefile
+++ b/devel/bzr-git/Makefile
@@ -18,9 +18,8 @@ RUN_DEPENDS= bzr:${PORTSDIR}/devel/bzr \
${PYTHON_PKGNAMEPREFIX}dulwich>=0.8.0:${PORTSDIR}/devel/dulwich \
${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
-PYDISTUTILS_AUTOPLIST= yes
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
+USES= python
+USE_PYTHON= distutils autoplist
.include <bsd.port.mk>