diff options
Diffstat (limited to 'graphics/svg2swf/Makefile')
-rw-r--r-- | graphics/svg2swf/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/graphics/svg2swf/Makefile b/graphics/svg2swf/Makefile index 00f16f2221ec..35d0f248d916 100644 --- a/graphics/svg2swf/Makefile +++ b/graphics/svg2swf/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: svg2swf -# Date created: 24 August 2000 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= svg2swf PORTVERSION= 0.1.3 @@ -24,6 +19,7 @@ PLIST_FILES= bin/svg2swf USE_PYTHON= yes NO_BUILD= yes +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PYTHON_VERSION} == "python1.5" |