diff options
author | ache <ache@FreeBSD.org> | 2001-09-11 10:30:09 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2001-09-11 10:30:09 +0800 |
commit | ee85559bb85232aa24014749b72ebf893395e31c (patch) | |
tree | 7ab15ef4d14cc4adfb730628dea50225b76eef00 /x11 | |
parent | 5b5e6e858662d3eaa048d87aa3cf3c91908aa7ed (diff) | |
download | freebsd-ports-gnome-ee85559bb85232aa24014749b72ebf893395e31c.tar.gz freebsd-ports-gnome-ee85559bb85232aa24014749b72ebf893395e31c.tar.zst freebsd-ports-gnome-ee85559bb85232aa24014749b72ebf893395e31c.zip |
Bump png major
Diffstat (limited to 'x11')
-rw-r--r-- | x11/aterm/Makefile | 2 | ||||
-rw-r--r-- | x11/dgs/Makefile | 2 | ||||
-rw-r--r-- | x11/kdelibs11/Makefile | 2 | ||||
-rw-r--r-- | x11/xloadimage/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/x11/aterm/Makefile b/x11/aterm/Makefile index 64c50f3b936d..43156511e3cf 100644 --- a/x11/aterm/Makefile +++ b/x11/aterm/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://download.sourceforge.net/aterm/ MAINTAINER= jim@FreeBSD.org LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - png.4:${PORTSDIR}/graphics/png + png.5:${PORTSDIR}/graphics/png USE_X_PREFIX= yes USE_XPM= yes diff --git a/x11/dgs/Makefile b/x11/dgs/Makefile index 531f839b9174..4f9dc9ae5338 100644 --- a/x11/dgs/Makefile +++ b/x11/dgs/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= dgs MAINTAINER= nakai@FreeBSD.org LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - png.4:${PORTSDIR}/graphics/png \ + png.5:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript55 diff --git a/x11/kdelibs11/Makefile b/x11/kdelibs11/Makefile index 4babea90a366..967087954236 100644 --- a/x11/kdelibs11/Makefile +++ b/x11/kdelibs11/Makefile @@ -21,7 +21,7 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= kde@FreeBSD.org LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - png.4:${PORTSDIR}/graphics/png \ + png.5:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff LIBVER= 3 diff --git a/x11/xloadimage/Makefile b/x11/xloadimage/Makefile index 43b5d70669c5..6554a966198f 100644 --- a/x11/xloadimage/Makefile +++ b/x11/xloadimage/Makefile @@ -24,7 +24,7 @@ MAINTAINER= jmz@FreeBSD.org USE_XLIB= yes LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - png.4:${PORTSDIR}/graphics/png \ + png.5:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff GNU_CONFIGURE= yes |