1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
This commit is contained in:
Vanilla I. Shu 2014-07-02 06:24:34 +00:00
parent 44720cd544
commit bcba3c7eb5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360136

View File

@ -11,16 +11,13 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= High level XML tools for Python
RUN_DEPENDS= ${PYXML}
USE_GNOME= pygtk2
USE_PYTHON= yes
USE_PYDISTUTILS= yes
NO_STAGE= yes
.include <bsd.port.pre.mk>
RUN_DEPENDS= ${PYXML}
post-patch:
${REINPLACE_CMD} 's/from.*import.*nested_scopes//' ${WRKSRC}/setup.py
.include <bsd.port.post.mk>
.include <bsd.port.mk>