aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormva <mva@FreeBSD.org>2014-06-09 22:22:50 +0800
committermva <mva@FreeBSD.org>2014-06-09 22:22:50 +0800
commit5dda318a3ab07fe512fe1c4f510754f411fd4f1e (patch)
tree22ad4d5b1faaaa593f5d9729bedf7a2904cba3dd /devel
parenta9b3ec321e368937a06b9fc9c071f1a0b51616e7 (diff)
downloadfreebsd-ports-gnome-5dda318a3ab07fe512fe1c4f510754f411fd4f1e.tar.gz
freebsd-ports-gnome-5dda318a3ab07fe512fe1c4f510754f411fd4f1e.tar.zst
freebsd-ports-gnome-5dda318a3ab07fe512fe1c4f510754f411fd4f1e.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-rose/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/py-rose/Makefile b/devel/py-rose/Makefile
index 39ea6c901324..8fb6f0074cf7 100644
--- a/devel/py-rose/Makefile
+++ b/devel/py-rose/Makefile
@@ -3,6 +3,7 @@
PORTNAME= rose
PORTVERSION= 1.0.0
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,8 +13,8 @@ COMMENT= Small library for keeping your version up-to-date easily everywhere
LICENSE= BSD
-USE_PYTHON= yes
-USE_PYDISTUTILS= easy_install
+USE_PYTHON= yes
+USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>