diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/ooxcb/Makefile | 8 |
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> |