aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormva <mva@FreeBSD.org>2014-06-09 22:19:25 +0800
committermva <mva@FreeBSD.org>2014-06-09 22:19:25 +0800
commita9b3ec321e368937a06b9fc9c071f1a0b51616e7 (patch)
tree2e0218528603ab9dffa7a62d246b1f1a15e818af /devel
parentdb5975ccf15cc5f6a8179a15c54e9692b3443d50 (diff)
downloadfreebsd-ports-gnome-a9b3ec321e368937a06b9fc9c071f1a0b51616e7.tar.gz
freebsd-ports-gnome-a9b3ec321e368937a06b9fc9c071f1a0b51616e7.tar.zst
freebsd-ports-gnome-a9b3ec321e368937a06b9fc9c071f1a0b51616e7.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-rauth/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-rauth/Makefile b/devel/py-rauth/Makefile
index b5bf52bf8758..ce4f9e646d46 100644
--- a/devel/py-rauth/Makefile
+++ b/devel/py-rauth/Makefile
@@ -3,7 +3,7 @@
PORTNAME= rauth
PORTVERSION= 0.6.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel www python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -27,7 +27,7 @@ GH_ACCOUNT= litl
GH_COMMIT= b6d92ca
USE_PYTHON= yes
-USE_PYDISTUTILS= easy_install
+USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.options.mk>