aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authormva <mva@FreeBSD.org>2014-06-14 18:43:36 +0800
committermva <mva@FreeBSD.org>2014-06-14 18:43:36 +0800
commit5d3ea27020df7ae8471e788dace8d540bdfcce37 (patch)
tree599998a7a27e89303af1ec8a72597b77108dc563 /net
parent3a384a91bb5d18c059ef95f3ed5ca6b02edd1129 (diff)
downloadfreebsd-ports-gnome-5d3ea27020df7ae8471e788dace8d540bdfcce37.tar.gz
freebsd-ports-gnome-5d3ea27020df7ae8471e788dace8d540bdfcce37.tar.zst
freebsd-ports-gnome-5d3ea27020df7ae8471e788dace8d540bdfcce37.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 'net')
-rw-r--r--net/py-oauth/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/py-oauth/Makefile b/net/py-oauth/Makefile
index 6ff745e5a831..edd846748403 100644
--- a/net/py-oauth/Makefile
+++ b/net/py-oauth/Makefile
@@ -3,7 +3,7 @@
PORTNAME= oauth
PORTVERSION= 1.0.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,8 +11,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wen@FreeBSD.org
COMMENT= Python Library for OAuth
-USE_PYTHON= yes
-USE_PYDISTUTILS= easy_install
+USE_PYTHON= yes
+USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>