svn commit: r360136 - head/textproc/py-xmltools

Vanilla I. Shu vanilla at FreeBSD.org
Wed Jul 2 06:24:35 UTC 2014


Author: vanilla
Date: Wed Jul  2 06:24:34 2014
New Revision: 360136
URL: http://svnweb.freebsd.org/changeset/ports/360136
QAT: https://qat.redports.org/buildarchive/r360136/

Log:
  Stagify.

Modified:
  head/textproc/py-xmltools/Makefile

Modified: head/textproc/py-xmltools/Makefile
==============================================================================
--- head/textproc/py-xmltools/Makefile	Wed Jul  2 06:05:43 2014	(r360135)
+++ head/textproc/py-xmltools/Makefile	Wed Jul  2 06:24:34 2014	(r360136)
@@ -11,16 +11,13 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	ports at 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>


More information about the svn-ports-head mailing list