aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormva <mva@FreeBSD.org>2014-06-09 18:26:24 +0800
committermva <mva@FreeBSD.org>2014-06-09 18:26:24 +0800
commit2cd76ba308737c0c53c122636814440a3f0ba0a7 (patch)
tree7d467575b215abbc8e0020cd6c96c9b9704ae101 /devel
parentc481d63cc4df26675275540a0c374125502955b2 (diff)
downloadfreebsd-ports-gnome-2cd76ba308737c0c53c122636814440a3f0ba0a7.tar.gz
freebsd-ports-gnome-2cd76ba308737c0c53c122636814440a3f0ba0a7.tar.zst
freebsd-ports-gnome-2cd76ba308737c0c53c122636814440a3f0ba0a7.zip
- Remove easy_install dependency
- Bump PORTREVISION to enforce a cleanup for the easy_install references With hat: python@ Approved by: portmgr (implicit)
Diffstat (limited to 'devel')
-rw-r--r--devel/py-babel/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-babel/Makefile b/devel/py-babel/Makefile
index 94c8bfa1482b..2f33952babba 100644
--- a/devel/py-babel/Makefile
+++ b/devel/py-babel/Makefile
@@ -3,7 +3,7 @@
PORTNAME= Babel
PORTVERSION= 1.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -16,7 +16,7 @@ LICENSE= BSD3CLAUSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>0:${PORTSDIR}/devel/py-pytz
USE_PYTHON= yes
-USE_PYDISTUTILS= easy_install
+USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
PORTDOCS= docs/*