diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:17:30 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:17:30 +0000 |
commit | 0068f2d47fabca8b05218243fb099000a6413c86 (patch) | |
tree | b8fd4b8a52985538fae79abf3fc275d83a2b9feb /textproc/py-xmltools | |
parent | 83f65384c9041fa9a31c84b5e21b643fa2bf97c6 (diff) |
Notes
Diffstat (limited to 'textproc/py-xmltools')
-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} |