diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-02-05 20:38:07 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-02-05 20:38:07 +0000 |
commit | 3c175cb569f2bb20f5a8bed877c0c8c2b014dc79 (patch) | |
tree | 1f896dcd279ef0b0382485b20275d60ee1a5b0c5 /graphics/svg2swf | |
parent | ba3455bcaeeac361a5db7e74146d92954c5b1bb7 (diff) | |
download | ports-3c175cb569f2bb20f5a8bed877c0c8c2b014dc79.tar.gz ports-3c175cb569f2bb20f5a8bed877c0c8c2b014dc79.zip |
Notes
Diffstat (limited to 'graphics/svg2swf')
-rw-r--r-- | graphics/svg2swf/Makefile | 1 | ||||
-rw-r--r-- | graphics/svg2swf/pkg-plist | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/graphics/svg2swf/Makefile b/graphics/svg2swf/Makefile index f6f9da35f94d..3f3451f7a313 100644 --- a/graphics/svg2swf/Makefile +++ b/graphics/svg2swf/Makefile @@ -19,6 +19,7 @@ COMMENT= 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 +PLIST_FILES= bin/svg2swf USE_REINPLACE= yes USE_PYTHON= yes NO_BUILD= yes diff --git a/graphics/svg2swf/pkg-plist b/graphics/svg2swf/pkg-plist deleted file mode 100644 index b7f3ae62b830..000000000000 --- a/graphics/svg2swf/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/svg2swf |