diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2001-09-11 02:02:57 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2001-09-11 02:02:57 +0000 |
commit | b60160c5d818aaaba173e766794936e4884ae4db (patch) | |
tree | b06bd0d5ae694b0f2c93a7970b191387c81a4d98 /graphics/gd | |
parent | Upgrade to 1.2.0 (diff) |
Bump png major
Notes
Notes:
svn path=/head/; revision=47624
Diffstat (limited to 'graphics/gd')
-rw-r--r-- | graphics/gd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile index 321305c1c151..3a67bd9a3207 100644 --- a/graphics/gd/Makefile +++ b/graphics/gd/Makefile @@ -22,7 +22,7 @@ MAINTAINER?= ports@FreeBSD.org .if !exists(/usr/bin/bzip2) BUILD_DEPENDS+= bzip2:${PORTSDIR}/archivers/bzip2 .endif -LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png \ +LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg \ freetype:${PORTSDIR}/print/freetype2 |