aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormva <mva@FreeBSD.org>2014-06-08 20:08:47 +0800
committermva <mva@FreeBSD.org>2014-06-08 20:08:47 +0800
commit1e3ae791579f528cce002075936488663d67a13d (patch)
tree4051cc7762c88844f92ab857f1c705a25469c9ef
parent60d19ee23b7e7bc35b94417e96ba1a30cdde8e39 (diff)
downloadfreebsd-ports-gnome-1e3ae791579f528cce002075936488663d67a13d.tar.gz
freebsd-ports-gnome-1e3ae791579f528cce002075936488663d67a13d.tar.zst
freebsd-ports-gnome-1e3ae791579f528cce002075936488663d67a13d.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--databases/py-pyhs/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/py-pyhs/Makefile b/databases/py-pyhs/Makefile
index 4e6c73d7c6ca..23522ab19d0a 100644
--- a/databases/py-pyhs/Makefile
+++ b/databases/py-pyhs/Makefile
@@ -3,6 +3,7 @@
PORTNAME= pyhs
PORTVERSION= 0.2.4
+PORTREVISION= 1
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,9 +13,7 @@ MAINTAINER= lwhsu@FreeBSD.org
COMMENT= HandlerSocket client for Python
USE_PYTHON= yes
-USE_PYDISTUTILS= easy_install
+USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
-PYDISTUTILS_PKGNAME= python_handler_socket
-PYEASYINSTALL_ARCHDEP= yes
.include <bsd.port.mk>