diff options
-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 |