diff options
Diffstat (limited to 'textproc/py-xmltools/Makefile')
-rw-r--r-- | textproc/py-xmltools/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/textproc/py-xmltools/Makefile b/textproc/py-xmltools/Makefile index ccffcb313e07..15f24e5188de 100644 --- a/textproc/py-xmltools/Makefile +++ b/textproc/py-xmltools/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection Makefile for: xmltools -# Date created: Jan 4, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= xmltools PORTVERSION= 1.4.0 @@ -20,6 +15,7 @@ USE_GNOME= pygtk2 USE_PYTHON= yes USE_PYDISTUTILS= yes +NO_STAGE= yes .include <bsd.port.pre.mk> RUN_DEPENDS= ${PYXML} |