aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authormva <mva@FreeBSD.org>2014-06-18 00:56:01 +0800
committermva <mva@FreeBSD.org>2014-06-18 00:56:01 +0800
commitd1477b5b536dcf44ac564da4de7a8fc091e6bcb4 (patch)
tree7321e2cdef4bbd2bb5f80c700d33d516a8b23569 /x11
parent4bd3d7f62c436335da516112241316d4ee8b7237 (diff)
downloadfreebsd-ports-gnome-d1477b5b536dcf44ac564da4de7a8fc091e6bcb4.tar.gz
freebsd-ports-gnome-d1477b5b536dcf44ac564da4de7a8fc091e6bcb4.tar.zst
freebsd-ports-gnome-d1477b5b536dcf44ac564da4de7a8fc091e6bcb4.zip
- Remove easy_install dependency
- Convert to PYDISTUTILS_AUTOPLIST - Bump PORTREVISION to enforce a cleanup for the easy_install references With hat: python@ Approved by: portmgr (implicit)
Diffstat (limited to 'x11')
-rw-r--r--x11/ooxcb/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/ooxcb/Makefile b/x11/ooxcb/Makefile
index aa86cc80671f..486af9138f7e 100644
--- a/x11/ooxcb/Makefile
+++ b/x11/ooxcb/Makefile
@@ -3,16 +3,16 @@
PORTNAME= ooxcb
PORTVERSION= 1.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11
MASTER_SITES= http://samurai-x.org/downloads/
MAINTAINER= gahr@FreeBSD.org
COMMENT= Python binding to the X server using xcb
-USE_PYTHON= yes
USE_XORG= xcb
-USE_PYDISTUTILS=easy_install
-PLIST_FILES= ${PYTHON_SITELIBDIR:S/${LOCALBASE}\///}/${PORTNAME}-${PORTVERSION}-py${PYTHON_VER}.egg
+USE_PYTHON= yes
+USE_PYDISTUTILS= yes
+PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>