aboutsummaryrefslogtreecommitdiff
path: root/x11/ooxcb
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2014-06-17 16:56:01 +0000
committerMarcus von Appen <mva@FreeBSD.org>2014-06-17 16:56:01 +0000
commit0d6c257ebe9bfd213de1f0f97d82af6c3a38a0ee (patch)
tree7321e2cdef4bbd2bb5f80c700d33d516a8b23569 /x11/ooxcb
parent8ad9f0120b244b4d00f259f4714c4bd01c7f4232 (diff)
downloadports-0d6c257ebe9bfd213de1f0f97d82af6c3a38a0ee.tar.gz
ports-0d6c257ebe9bfd213de1f0f97d82af6c3a38a0ee.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)
Notes
Notes: svn path=/head/; revision=358148
Diffstat (limited to 'x11/ooxcb')
-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>