diff options
author | ache <ache@FreeBSD.org> | 2001-09-11 02:02:57 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2001-09-11 02:02:57 +0000 |
commit | 125d93a2a1ea821b7fa28c4117a5b0e68fdbd8e6 (patch) | |
tree | 9a6588df3770aaf4c50e8ba4ddbb38d8cef92c13 | |
parent | 66b00a3da96f2a539dbbf751e28489eb399c240c (diff) | |
download | FreeBSD-ports-125d93a2a1ea821b7fa28c4117a5b0e68fdbd8e6.zip FreeBSD-ports-125d93a2a1ea821b7fa28c4117a5b0e68fdbd8e6.tar.gz |
Bump png major
-rw-r--r-- | graphics/ImageMagick/Makefile | 2 | ||||
-rw-r--r-- | graphics/gd/Makefile | 2 | ||||
-rw-r--r-- | graphics/gd1/Makefile | 2 | ||||
-rw-r--r-- | graphics/gd2/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile index 3f55635..d332c97 100644 --- a/graphics/ImageMagick/Makefile +++ b/graphics/ImageMagick/Makefile @@ -34,7 +34,7 @@ LIB_DEPENDS= fpx.1:${PORTSDIR}/graphics/libfpx \ jbig.1:${PORTSDIR}/graphics/jbigkit \ jpeg.9:${PORTSDIR}/graphics/jpeg \ lcms.1:${PORTSDIR}/graphics/lcms \ - png.4:${PORTSDIR}/graphics/png \ + png.5:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff \ freetype.7:${PORTSDIR}/print/freetype2 \ xml2.5:${PORTSDIR}/textproc/libxml2 diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile index 321305c..3a67bd9 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 diff --git a/graphics/gd1/Makefile b/graphics/gd1/Makefile index 321305c..3a67bd9 100644 --- a/graphics/gd1/Makefile +++ b/graphics/gd1/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 diff --git a/graphics/gd2/Makefile b/graphics/gd2/Makefile index 321305c..3a67bd9 100644 --- a/graphics/gd2/Makefile +++ b/graphics/gd2/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 |