diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-02-21 12:17:17 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-02-21 12:17:17 +0000 |
commit | 55850b547b3f7faa5079a8e226888eb13c4df728 (patch) | |
tree | df06e8db2d34fe4dffe75da2120f4cb4fc942ed2 /graphics/gif2png | |
parent | 0e43d0c014780e893ae8939d75c6fd5e7f68fdde (diff) | |
download | ports-55850b547b3f7faa5079a8e226888eb13c4df728.tar.gz ports-55850b547b3f7faa5079a8e226888eb13c4df728.zip |
Notes
Diffstat (limited to 'graphics/gif2png')
-rw-r--r-- | graphics/gif2png/Makefile | 1 | ||||
-rw-r--r-- | graphics/gif2png/pkg-comment | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gif2png/Makefile b/graphics/gif2png/Makefile index a630d0049bbd..1ed78a8fb45a 100644 --- a/graphics/gif2png/Makefile +++ b/graphics/gif2png/Makefile @@ -11,6 +11,7 @@ CATEGORIES= graphics MASTER_SITES= http://www.catb.org/~esr/gif2png/ MAINTAINER= saper@system.pl +COMMENT= Converts GIF images to a PNG format LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png RUN_DEPENDS= python:${PORTSDIR}/lang/python diff --git a/graphics/gif2png/pkg-comment b/graphics/gif2png/pkg-comment deleted file mode 100644 index f89555fd5032..000000000000 --- a/graphics/gif2png/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Converts GIF images to a PNG format |