diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-07-04 15:13:35 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-07-04 15:13:35 +0800 |
commit | 74a1518134fb8879cca1b1029853296ca20154df (patch) | |
tree | e927d0d202a283b214983d8187d323a459fa6d9e /graphics/png2html | |
parent | d5d1f805e48010e7651e00a161f834b0a5d83842 (diff) | |
download | freebsd-ports-gnome-74a1518134fb8879cca1b1029853296ca20154df.tar.gz freebsd-ports-gnome-74a1518134fb8879cca1b1029853296ca20154df.tar.zst freebsd-ports-gnome-74a1518134fb8879cca1b1029853296ca20154df.zip |
Bump png shared library version.
Submitted by: Hajimu UMEMOTO <ume@mahoroba.org>
Diffstat (limited to 'graphics/png2html')
-rw-r--r-- | graphics/png2html/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/png2html/Makefile b/graphics/png2html/Makefile index b2c66f4f67e1..2ece6f1b1537 100644 --- a/graphics/png2html/Makefile +++ b/graphics/png2html/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://www.engr.mun.ca/~holden/ MAINTAINER= jedgar@fxp.org -LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png \ +LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png \ gd.1:${PORTSDIR}/graphics/gd do-configure: |