aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2000-07-04 15:13:35 +0800
committersobomax <sobomax@FreeBSD.org>2000-07-04 15:13:35 +0800
commit74a1518134fb8879cca1b1029853296ca20154df (patch)
treee927d0d202a283b214983d8187d323a459fa6d9e /x11-wm
parentd5d1f805e48010e7651e00a161f834b0a5d83842 (diff)
downloadfreebsd-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 'x11-wm')
-rw-r--r--x11-wm/afterstep-stable/Makefile2
-rw-r--r--x11-wm/windowmaker-i18n/Makefile2
-rw-r--r--x11-wm/windowmaker/Makefile2
-rw-r--r--x11-wm/wmakerconf/Makefile2
4 files changed, 4 insertions, 4 deletions
diff --git a/x11-wm/afterstep-stable/Makefile b/x11-wm/afterstep-stable/Makefile
index 82bb991fb860..247d6140f14e 100644
--- a/x11-wm/afterstep-stable/Makefile
+++ b/x11-wm/afterstep-stable/Makefile
@@ -15,7 +15,7 @@ DISTNAME= AfterStep-${PORTVERSION}
MAINTAINER= dima@Chg.ru
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \
- png.3:${PORTSDIR}/graphics/png \
+ png.4:${PORTSDIR}/graphics/png \
jpeg.9:${PORTSDIR}/graphics/jpeg
NO_LATEST_LINK= yes
diff --git a/x11-wm/windowmaker-i18n/Makefile b/x11-wm/windowmaker-i18n/Makefile
index 6d38508e32bf..5ef3ce2a732d 100644
--- a/x11-wm/windowmaker-i18n/Makefile
+++ b/x11-wm/windowmaker-i18n/Makefile
@@ -17,7 +17,7 @@ MAINTAINER= mac@jp.freebsd.org
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \
ungif.5:${PORTSDIR}/graphics/libungif \
jpeg.9:${PORTSDIR}/graphics/jpeg \
- png.3:${PORTSDIR}/graphics/png \
+ png.4:${PORTSDIR}/graphics/png \
tiff.4:${PORTSDIR}/graphics/tiff \
PropList.2:${PORTSDIR}/devel/libPropList \
intl.1:${PORTSDIR}/devel/gettext
diff --git a/x11-wm/windowmaker/Makefile b/x11-wm/windowmaker/Makefile
index 668320fd17fe..989bc43edfd2 100644
--- a/x11-wm/windowmaker/Makefile
+++ b/x11-wm/windowmaker/Makefile
@@ -19,7 +19,7 @@ MAINTAINER= sobomax@FreeBSD.org
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \
ungif.5:${PORTSDIR}/graphics/libungif \
jpeg.9:${PORTSDIR}/graphics/jpeg \
- png.3:${PORTSDIR}/graphics/png \
+ png.4:${PORTSDIR}/graphics/png \
tiff.4:${PORTSDIR}/graphics/tiff \
PropList.2:${PORTSDIR}/devel/libPropList
diff --git a/x11-wm/wmakerconf/Makefile b/x11-wm/wmakerconf/Makefile
index e3140f980579..b08f6a0ba5a9 100644
--- a/x11-wm/wmakerconf/Makefile
+++ b/x11-wm/wmakerconf/Makefile
@@ -22,7 +22,7 @@ LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
Xpm.4:${PORTSDIR}/graphics/xpm \
jpeg.9:${PORTSDIR}/graphics/jpeg \
tiff.4:${PORTSDIR}/graphics/tiff \
- png.3:${PORTSDIR}/graphics/png \
+ png.4:${PORTSDIR}/graphics/png \
wraster.3:${PORTSDIR}/x11-wm/windowmaker \
wmfun.0:${PORTSDIR}/x11-wm/windowmaker
BUILD_DEPENDS= bunzip2:${PORTSDIR}/archivers/bzip2 \