1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

- 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)
This commit is contained in:
Marcus von Appen 2014-06-17 16:56:01 +00:00
parent 8ad9f0120b
commit 0d6c257ebe
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358148

View File

@ -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>