diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2002-11-06 22:47:41 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2002-11-06 22:47:41 +0000 |
commit | d9611f93758b42bc9f2e2794b3d0039ec6038c4e (patch) | |
tree | 7188beb34e0a3adac815c9497c615b1b78eb4454 /graphics/svg2swf | |
parent | port wouldn't build without the gnomelibs. (diff) |
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
Diffstat (limited to 'graphics/svg2swf')
-rw-r--r-- | graphics/svg2swf/Makefile | 2 | ||||
-rw-r--r-- | graphics/svg2swf/pkg-comment | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/graphics/svg2swf/Makefile b/graphics/svg2swf/Makefile index 8a5852d085fd..201b50ebd143 100644 --- a/graphics/svg2swf/Makefile +++ b/graphics/svg2swf/Makefile @@ -15,6 +15,8 @@ EXTRACT_SUFX= # empty MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= Convert an SVG file into a Macromedia Flash (swf) file + RUN_DEPENDS= ${PYTHON_SITELIBDIR}/${PACKAGE_DIR}/sax/saxexts.py:${PORTSDIR}/textproc/py-xml \ ${PYTHON_SITELIBDIR}/ming.py:${PORTSDIR}/graphics/py-ming diff --git a/graphics/svg2swf/pkg-comment b/graphics/svg2swf/pkg-comment deleted file mode 100644 index e975451266d1..000000000000 --- a/graphics/svg2swf/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Convert an SVG file into a Macromedia Flash (swf) file |