diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2001-09-11 02:22:51 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2001-09-11 02:22:51 +0000 |
commit | db2dadbaab163b9f7208bccebda97b8ddd68b1c4 (patch) | |
tree | 07d791006359716c599daee915bbd794b3514e5d /graphics/gif2png | |
parent | b60160c5d818aaaba173e766794936e4884ae4db (diff) |
Bump png major
Notes
Notes:
svn path=/head/; revision=47625
Diffstat (limited to 'graphics/gif2png')
-rw-r--r-- | graphics/gif2png/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gif2png/Makefile b/graphics/gif2png/Makefile index 71f4803bec31..3df037130716 100644 --- a/graphics/gif2png/Makefile +++ b/graphics/gif2png/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://www.tuxedo.org/~esr/gif2png/ MAINTAINER= saper@system.pl -LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png +LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png RUN_DEPENDS= python:${PORTSDIR}/lang/python GNU_CONFIGURE= yes |