aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormva <mva@FreeBSD.org>2014-06-09 21:30:19 +0800
committermva <mva@FreeBSD.org>2014-06-09 21:30:19 +0800
commitb704ff314d3a6a41cdc9c0181fb68ea5a5d2550f (patch)
treebcbb4a78ba48b9b49ee93f1c5cbbc18f4439c67d
parent5deef060cd4601ff9feaee33fc5933c499acd7a1 (diff)
downloadfreebsd-ports-gnome-b704ff314d3a6a41cdc9c0181fb68ea5a5d2550f.tar.gz
freebsd-ports-gnome-b704ff314d3a6a41cdc9c0181fb68ea5a5d2550f.tar.zst
freebsd-ports-gnome-b704ff314d3a6a41cdc9c0181fb68ea5a5d2550f.zip
- Remove easy_install dependency
- Bump PORTREVISION to enforce a cleanup for the easy_install references With hat: python@ Approved by: portmgr (implicit)
-rw-r--r--devel/py-hghooks/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/py-hghooks/Makefile b/devel/py-hghooks/Makefile
index 5164f8558622..0e297f15ac6b 100644
--- a/devel/py-hghooks/Makefile
+++ b/devel/py-hghooks/Makefile
@@ -3,6 +3,7 @@
PORTNAME= hghooks
PORTVERSION= 0.6.0
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,8 +13,8 @@ COMMENT= Set of Mercurial hooks
LICENSE= LGPL3
-USE_PYTHON= 2
-USE_PYDISTUTILS= easy_install
+USE_PYTHON= 2
+USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>