summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-09-15 11:57:51 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-09-15 11:57:51 +0000
commit4610ae86c9e40d100ca26c1dcb385b08d3210ce3 (patch)
tree8f19e57fa613e842996a4a37eda28af690460c73
parentjpeg is now converted to ELF so change LIB_DEPENDS lines accordingly. (diff)
libpng major is now 3. Also remove regexp support in preparation for
ELF conversion.
Notes
Notes: svn path=/head/; revision=13148
-rw-r--r--editors/xemacs-devel/Makefile4
-rw-r--r--editors/xemacs/Makefile4
-rw-r--r--editors/xemacs20/Makefile4
-rw-r--r--editors/xemacs21-mule/Makefile4
-rw-r--r--editors/xemacs21/Makefile4
-rw-r--r--graphics/ImageMagick/Makefile4
-rw-r--r--graphics/gimp-app-devel/Makefile4
-rw-r--r--graphics/gimp-app/Makefile4
-rw-r--r--graphics/gimp-devel/Makefile4
-rw-r--r--graphics/gimp/Makefile4
-rw-r--r--graphics/gimp1/Makefile4
-rw-r--r--graphics/gimpshop/Makefile4
-rw-r--r--graphics/imlib/Makefile4
-rw-r--r--graphics/imlib2-tmp/Makefile4
-rw-r--r--graphics/imlib2/Makefile4
-rw-r--r--graphics/povray/Makefile4
-rw-r--r--graphics/povray36/Makefile4
-rw-r--r--graphics/povray37/Makefile4
-rw-r--r--graphics/xaos/Makefile4
-rw-r--r--graphics/xpaint/Makefile4
-rw-r--r--graphics/xv/Makefile4
-rw-r--r--math/gnuplot/Makefile4
-rw-r--r--news/knews/Makefile4
-rw-r--r--www/Mosaic/Makefile4
-rw-r--r--www/arena/Makefile4
-rw-r--r--www/chimera2/Makefile4
-rw-r--r--x11-wm/windowmaker-i18n/Makefile4
-rw-r--r--x11-wm/windowmaker/Makefile4
-rw-r--r--x11/dgs/Makefile4
-rw-r--r--x11/gnome-libs/Makefile4
-rw-r--r--x11/gnomelibs/Makefile4
-rw-r--r--x11/libgnome/Makefile4
-rw-r--r--x11/wdm/Makefile4
33 files changed, 66 insertions, 66 deletions
diff --git a/editors/xemacs-devel/Makefile b/editors/xemacs-devel/Makefile
index 7500154d0ddd..c79ea1561200 100644
--- a/editors/xemacs-devel/Makefile
+++ b/editors/xemacs-devel/Makefile
@@ -3,7 +3,7 @@
# Date created: 26 August 1997
# Whom: Michael Elbel (me)
#
-# $Id: Makefile,v 1.17 1998/09/15 11:13:05 asami Exp $
+# $Id: Makefile,v 1.18 1998/09/15 11:45:50 asami Exp $
#
DISTNAME= xemacs-20.4
@@ -20,7 +20,7 @@ MAINTAINER= me@FreeBSD.org
LIB_DEPENDS= Xpm.5:${PORTSDIR}/graphics/xpm \
jpeg.9:${PORTSDIR}/graphics/jpeg \
- png\\.2\\.:${PORTSDIR}/graphics/png
+ png.3:${PORTSDIR}/graphics/png
USE_GMAKE= yes
STRIP=
diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile
index 7500154d0ddd..c79ea1561200 100644
--- a/editors/xemacs/Makefile
+++ b/editors/xemacs/Makefile
@@ -3,7 +3,7 @@
# Date created: 26 August 1997
# Whom: Michael Elbel (me)
#
-# $Id: Makefile,v 1.17 1998/09/15 11:13:05 asami Exp $
+# $Id: Makefile,v 1.18 1998/09/15 11:45:50 asami Exp $
#
DISTNAME= xemacs-20.4
@@ -20,7 +20,7 @@ MAINTAINER= me@FreeBSD.org
LIB_DEPENDS= Xpm.5:${PORTSDIR}/graphics/xpm \
jpeg.9:${PORTSDIR}/graphics/jpeg \
- png\\.2\\.:${PORTSDIR}/graphics/png
+ png.3:${PORTSDIR}/graphics/png
USE_GMAKE= yes
STRIP=
diff --git a/editors/xemacs20/Makefile b/editors/xemacs20/Makefile
index 7500154d0ddd..c79ea1561200 100644
--- a/editors/xemacs20/Makefile
+++ b/editors/xemacs20/Makefile
@@ -3,7 +3,7 @@
# Date created: 26 August 1997
# Whom: Michael Elbel (me)
#
-# $Id: Makefile,v 1.17 1998/09/15 11:13:05 asami Exp $
+# $Id: Makefile,v 1.18 1998/09/15 11:45:50 asami Exp $
#
DISTNAME= xemacs-20.4
@@ -20,7 +20,7 @@ MAINTAINER= me@FreeBSD.org
LIB_DEPENDS= Xpm.5:${PORTSDIR}/graphics/xpm \
jpeg.9:${PORTSDIR}/graphics/jpeg \
- png\\.2\\.:${PORTSDIR}/graphics/png
+ png.3:${PORTSDIR}/graphics/png
USE_GMAKE= yes
STRIP=
diff --git a/editors/xemacs21-mule/Makefile b/editors/xemacs21-mule/Makefile
index 3a7df648581d..a74997eeb784 100644
--- a/editors/xemacs21-mule/Makefile
+++ b/editors/xemacs21-mule/Makefile
@@ -3,7 +3,7 @@
# Date created: 5 Dec 1997
# Whom: Kazuyuki IENAGA <ienaga@jsys.co.jp>
#
-# $Id: Makefile,v 1.3 1998/09/15 11:13:04 asami Exp $
+# $Id: Makefile,v 1.4 1998/09/15 11:45:49 asami Exp $
#
DISTNAME= xemacs-20.4
@@ -21,7 +21,7 @@ MAINTAINER?= kiri@kiri.toba-cmt.ac.jp
BUILD_DEPENDS= ${BUILD_INPUT_METHOD}
LIB_DEPENDS= Xpm.5:${PORTSDIR}/graphics/xpm \
jpeg.9:${PORTSDIR}/graphics/jpeg \
- png\\.2\\.:${PORTSDIR}/graphics/png \
+ png.3:${PORTSDIR}/graphics/png \
compface\\.1\\.:${PORTSDIR}/mail/faces \
${LIB_INPUT_METHOD}
RUN_DEPENDS= ${PREFIX}/lib/xemacs-20.4/etc/BABYL:${PORTSDIR}/editors/xemacs-mule-common
diff --git a/editors/xemacs21/Makefile b/editors/xemacs21/Makefile
index 7500154d0ddd..c79ea1561200 100644
--- a/editors/xemacs21/Makefile
+++ b/editors/xemacs21/Makefile
@@ -3,7 +3,7 @@
# Date created: 26 August 1997
# Whom: Michael Elbel (me)
#
-# $Id: Makefile,v 1.17 1998/09/15 11:13:05 asami Exp $
+# $Id: Makefile,v 1.18 1998/09/15 11:45:50 asami Exp $
#
DISTNAME= xemacs-20.4
@@ -20,7 +20,7 @@ MAINTAINER= me@FreeBSD.org
LIB_DEPENDS= Xpm.5:${PORTSDIR}/graphics/xpm \
jpeg.9:${PORTSDIR}/graphics/jpeg \
- png\\.2\\.:${PORTSDIR}/graphics/png
+ png.3:${PORTSDIR}/graphics/png
USE_GMAKE= yes
STRIP=
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile
index a2a92d58f97d..b55acceb827d 100644
--- a/graphics/ImageMagick/Makefile
+++ b/graphics/ImageMagick/Makefile
@@ -3,7 +3,7 @@
# Date created: 15 November 1994
# Whom: torstenb
#
-# $Id: Makefile,v 1.48 1998/08/21 12:00:40 jseger Exp $
+# $Id: Makefile,v 1.49 1998/09/15 11:45:51 asami Exp $
#
DISTNAME= ImageMagick-4.0.9
@@ -22,7 +22,7 @@ MAINTAINER= jseger@FreeBSD.org
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
mpeg\\.1\\.[2-9]:${PORTSDIR}/graphics/mpeg-lib \
tiff34\\.1\\.:${PORTSDIR}/graphics/tiff34 \
- png\\.2\\.:${PORTSDIR}/graphics/png \
+ png.3:${PORTSDIR}/graphics/png \
jbig\\.1\\.:${PORTSDIR}/graphics/jbigkit \
ttf\\.2\\.:${PORTSDIR}/print/freetype
BUILD_DEPENDS= fig2dev:${PORTSDIR}/print/transfig \
diff --git a/graphics/gimp-app-devel/Makefile b/graphics/gimp-app-devel/Makefile
index 1ac44c2354d4..e43a435bb722 100644
--- a/graphics/gimp-app-devel/Makefile
+++ b/graphics/gimp-app-devel/Makefile
@@ -3,7 +3,7 @@
# Date created: Mon Nov 18 21:28:43 CST 1996
# Whom: erich@FreeBSD.org
#
-# $Id: Makefile,v 1.38 1998/09/15 11:13:22 asami Exp $
+# $Id: Makefile,v 1.39 1998/09/15 11:45:52 asami Exp $
#
DISTNAME= gimp-1.0.0
@@ -20,7 +20,7 @@ LIB_DEPENDS+= aa\\.1\\.:${PORTSDIR}/graphics/aalib
LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg
LIB_DEPENDS+= gtk\\.1\\.5:${PORTSDIR}/x11-toolkits/gtk
LIB_DEPENDS+= mpeg\\.1\\.2:${PORTSDIR}/graphics/mpeg-lib
-LIB_DEPENDS+= png\\.2\\.:${PORTSDIR}/graphics/png
+LIB_DEPENDS+= png.3:${PORTSDIR}/graphics/png
LIB_DEPENDS+= tiff34\\.1\\.:${PORTSDIR}/graphics/tiff34
#LIB_DEPENDS+= xdelta\\.0\\.18:${PORTSDIR}/misc/xdelta
diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile
index 1ac44c2354d4..e43a435bb722 100644
--- a/graphics/gimp-app/Makefile
+++ b/graphics/gimp-app/Makefile
@@ -3,7 +3,7 @@
# Date created: Mon Nov 18 21:28:43 CST 1996
# Whom: erich@FreeBSD.org
#
-# $Id: Makefile,v 1.38 1998/09/15 11:13:22 asami Exp $
+# $Id: Makefile,v 1.39 1998/09/15 11:45:52 asami Exp $
#
DISTNAME= gimp-1.0.0
@@ -20,7 +20,7 @@ LIB_DEPENDS+= aa\\.1\\.:${PORTSDIR}/graphics/aalib
LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg
LIB_DEPENDS+= gtk\\.1\\.5:${PORTSDIR}/x11-toolkits/gtk
LIB_DEPENDS+= mpeg\\.1\\.2:${PORTSDIR}/graphics/mpeg-lib
-LIB_DEPENDS+= png\\.2\\.:${PORTSDIR}/graphics/png
+LIB_DEPENDS+= png.3:${PORTSDIR}/graphics/png
LIB_DEPENDS+= tiff34\\.1\\.:${PORTSDIR}/graphics/tiff34
#LIB_DEPENDS+= xdelta\\.0\\.18:${PORTSDIR}/misc/xdelta
diff --git a/graphics/gimp-devel/Makefile b/graphics/gimp-devel/Makefile
index 1ac44c2354d4..e43a435bb722 100644
--- a/graphics/gimp-devel/Makefile
+++ b/graphics/gimp-devel/Makefile
@@ -3,7 +3,7 @@
# Date created: Mon Nov 18 21:28:43 CST 1996
# Whom: erich@FreeBSD.org
#
-# $Id: Makefile,v 1.38 1998/09/15 11:13:22 asami Exp $
+# $Id: Makefile,v 1.39 1998/09/15 11:45:52 asami Exp $
#
DISTNAME= gimp-1.0.0
@@ -20,7 +20,7 @@ LIB_DEPENDS+= aa\\.1\\.:${PORTSDIR}/graphics/aalib
LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg
LIB_DEPENDS+= gtk\\.1\\.5:${PORTSDIR}/x11-toolkits/gtk
LIB_DEPENDS+= mpeg\\.1\\.2:${PORTSDIR}/graphics/mpeg-lib
-LIB_DEPENDS+= png\\.2\\.:${PORTSDIR}/graphics/png
+LIB_DEPENDS+= png.3:${PORTSDIR}/graphics/png
LIB_DEPENDS+= tiff34\\.1\\.:${PORTSDIR}/graphics/tiff34
#LIB_DEPENDS+= xdelta\\.0\\.18:${PORTSDIR}/misc/xdelta
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile
index 1ac44c2354d4..e43a435bb722 100644
--- a/graphics/gimp/Makefile
+++ b/graphics/gimp/Makefile
@@ -3,7 +3,7 @@
# Date created: Mon Nov 18 21:28:43 CST 1996
# Whom: erich@FreeBSD.org
#
-# $Id: Makefile,v 1.38 1998/09/15 11:13:22 asami Exp $
+# $Id: Makefile,v 1.39 1998/09/15 11:45:52 asami Exp $
#
DISTNAME= gimp-1.0.0
@@ -20,7 +20,7 @@ LIB_DEPENDS+= aa\\.1\\.:${PORTSDIR}/graphics/aalib
LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg
LIB_DEPENDS+= gtk\\.1\\.5:${PORTSDIR}/x11-toolkits/gtk
LIB_DEPENDS+= mpeg\\.1\\.2:${PORTSDIR}/graphics/mpeg-lib
-LIB_DEPENDS+= png\\.2\\.:${PORTSDIR}/graphics/png
+LIB_DEPENDS+= png.3:${PORTSDIR}/graphics/png
LIB_DEPENDS+= tiff34\\.1\\.:${PORTSDIR}/graphics/tiff34
#LIB_DEPENDS+= xdelta\\.0\\.18:${PORTSDIR}/misc/xdelta
diff --git a/graphics/gimp1/Makefile b/graphics/gimp1/Makefile
index 1ac44c2354d4..e43a435bb722 100644
--- a/graphics/gimp1/Makefile
+++ b/graphics/gimp1/Makefile
@@ -3,7 +3,7 @@
# Date created: Mon Nov 18 21:28:43 CST 1996
# Whom: erich@FreeBSD.org
#
-# $Id: Makefile,v 1.38 1998/09/15 11:13:22 asami Exp $
+# $Id: Makefile,v 1.39 1998/09/15 11:45:52 asami Exp $
#
DISTNAME= gimp-1.0.0
@@ -20,7 +20,7 @@ LIB_DEPENDS+= aa\\.1\\.:${PORTSDIR}/graphics/aalib
LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg
LIB_DEPENDS+= gtk\\.1\\.5:${PORTSDIR}/x11-toolkits/gtk
LIB_DEPENDS+= mpeg\\.1\\.2:${PORTSDIR}/graphics/mpeg-lib
-LIB_DEPENDS+= png\\.2\\.:${PORTSDIR}/graphics/png
+LIB_DEPENDS+= png.3:${PORTSDIR}/graphics/png
LIB_DEPENDS+= tiff34\\.1\\.:${PORTSDIR}/graphics/tiff34
#LIB_DEPENDS+= xdelta\\.0\\.18:${PORTSDIR}/misc/xdelta
diff --git a/graphics/gimpshop/Makefile b/graphics/gimpshop/Makefile
index 1ac44c2354d4..e43a435bb722 100644
--- a/graphics/gimpshop/Makefile
+++ b/graphics/gimpshop/Makefile
@@ -3,7 +3,7 @@
# Date created: Mon Nov 18 21:28:43 CST 1996
# Whom: erich@FreeBSD.org
#
-# $Id: Makefile,v 1.38 1998/09/15 11:13:22 asami Exp $
+# $Id: Makefile,v 1.39 1998/09/15 11:45:52 asami Exp $
#
DISTNAME= gimp-1.0.0
@@ -20,7 +20,7 @@ LIB_DEPENDS+= aa\\.1\\.:${PORTSDIR}/graphics/aalib
LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg
LIB_DEPENDS+= gtk\\.1\\.5:${PORTSDIR}/x11-toolkits/gtk
LIB_DEPENDS+= mpeg\\.1\\.2:${PORTSDIR}/graphics/mpeg-lib
-LIB_DEPENDS+= png\\.2\\.:${PORTSDIR}/graphics/png
+LIB_DEPENDS+= png.3:${PORTSDIR}/graphics/png
LIB_DEPENDS+= tiff34\\.1\\.:${PORTSDIR}/graphics/tiff34
#LIB_DEPENDS+= xdelta\\.0\\.18:${PORTSDIR}/misc/xdelta
diff --git a/graphics/imlib/Makefile b/graphics/imlib/Makefile
index a0362f82cba8..8c4ce356b9ef 100644
--- a/graphics/imlib/Makefile
+++ b/graphics/imlib/Makefile
@@ -3,7 +3,7 @@
# Date created: 10 June 1997
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
#
-# $Id: Makefile,v 1.27 1998/08/25 01:38:22 vanilla Exp $
+# $Id: Makefile,v 1.28 1998/09/15 11:45:53 asami Exp $
#
DISTNAME= imlib-1.7
@@ -14,7 +14,7 @@ MASTER_SITES= ftp://ftp.enlightenment.org/pub/enlightenment/enlightenment/ \
MAINTAINER= vanilla@FreeBSD.ORG
-LIB_DEPENDS= png\\.2\\.:${PORTSDIR}/graphics/png \
+LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png \
jpeg.9:${PORTSDIR}/graphics/jpeg \
tiff34\\.1\\.:${PORTSDIR}/graphics/tiff34 \
gif\\.3\\.:${PORTSDIR}/graphics/giflib \
diff --git a/graphics/imlib2-tmp/Makefile b/graphics/imlib2-tmp/Makefile
index a0362f82cba8..8c4ce356b9ef 100644
--- a/graphics/imlib2-tmp/Makefile
+++ b/graphics/imlib2-tmp/Makefile
@@ -3,7 +3,7 @@
# Date created: 10 June 1997
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
#
-# $Id: Makefile,v 1.27 1998/08/25 01:38:22 vanilla Exp $
+# $Id: Makefile,v 1.28 1998/09/15 11:45:53 asami Exp $
#
DISTNAME= imlib-1.7
@@ -14,7 +14,7 @@ MASTER_SITES= ftp://ftp.enlightenment.org/pub/enlightenment/enlightenment/ \
MAINTAINER= vanilla@FreeBSD.ORG
-LIB_DEPENDS= png\\.2\\.:${PORTSDIR}/graphics/png \
+LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png \
jpeg.9:${PORTSDIR}/graphics/jpeg \
tiff34\\.1\\.:${PORTSDIR}/graphics/tiff34 \
gif\\.3\\.:${PORTSDIR}/graphics/giflib \
diff --git a/graphics/imlib2/Makefile b/graphics/imlib2/Makefile
index a0362f82cba8..8c4ce356b9ef 100644
--- a/graphics/imlib2/Makefile
+++ b/graphics/imlib2/Makefile
@@ -3,7 +3,7 @@
# Date created: 10 June 1997
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
#
-# $Id: Makefile,v 1.27 1998/08/25 01:38:22 vanilla Exp $
+# $Id: Makefile,v 1.28 1998/09/15 11:45:53 asami Exp $
#
DISTNAME= imlib-1.7
@@ -14,7 +14,7 @@ MASTER_SITES= ftp://ftp.enlightenment.org/pub/enlightenment/enlightenment/ \
MAINTAINER= vanilla@FreeBSD.ORG
-LIB_DEPENDS= png\\.2\\.:${PORTSDIR}/graphics/png \
+LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png \
jpeg.9:${PORTSDIR}/graphics/jpeg \
tiff34\\.1\\.:${PORTSDIR}/graphics/tiff34 \
gif\\.3\\.:${PORTSDIR}/graphics/giflib \
diff --git a/graphics/povray/Makefile b/graphics/povray/Makefile
index 6b27210c8862..a16f2488847d 100644
--- a/graphics/povray/Makefile
+++ b/graphics/povray/Makefile
@@ -3,7 +3,7 @@
# Date created: 3 Dec 1996
# Whom: paulo@isr.uc.pt
#
-# $Id: Makefile,v 1.8 1998/03/28 19:55:18 ache Exp $
+# $Id: Makefile,v 1.9 1998/08/20 18:56:00 jseger Exp $
#
DISTNAME= povray3
@@ -16,7 +16,7 @@ DISTFILES= povuni_s.tgz povuni_d.tgz
MAINTAINER= ports@freebsd.org
-LIB_DEPENDS= png\\.2\\.:${PORTSDIR}/graphics/png
+LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png
BROKEN= checksum
diff --git a/graphics/povray36/Makefile b/graphics/povray36/Makefile
index 6b27210c8862..a16f2488847d 100644
--- a/graphics/povray36/Makefile
+++ b/graphics/povray36/Makefile
@@ -3,7 +3,7 @@
# Date created: 3 Dec 1996
# Whom: paulo@isr.uc.pt
#
-# $Id: Makefile,v 1.8 1998/03/28 19:55:18 ache Exp $
+# $Id: Makefile,v 1.9 1998/08/20 18:56:00 jseger Exp $
#
DISTNAME= povray3
@@ -16,7 +16,7 @@ DISTFILES= povuni_s.tgz povuni_d.tgz
MAINTAINER= ports@freebsd.org
-LIB_DEPENDS= png\\.2\\.:${PORTSDIR}/graphics/png
+LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png
BROKEN= checksum
diff --git a/graphics/povray37/Makefile b/graphics/povray37/Makefile
index 6b27210c8862..a16f2488847d 100644
--- a/graphics/povray37/Makefile
+++ b/graphics/povray37/Makefile
@@ -3,7 +3,7 @@
# Date created: 3 Dec 1996
# Whom: paulo@isr.uc.pt
#
-# $Id: Makefile,v 1.8 1998/03/28 19:55:18 ache Exp $
+# $Id: Makefile,v 1.9 1998/08/20 18:56:00 jseger Exp $
#
DISTNAME= povray3
@@ -16,7 +16,7 @@ DISTFILES= povuni_s.tgz povuni_d.tgz
MAINTAINER= ports@freebsd.org
-LIB_DEPENDS= png\\.2\\.:${PORTSDIR}/graphics/png
+LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png
BROKEN= checksum
diff --git a/graphics/xaos/Makefile b/graphics/xaos/Makefile
index 672759e829fd..10014d6520fc 100644
--- a/graphics/xaos/Makefile
+++ b/graphics/xaos/Makefile
@@ -3,7 +3,7 @@
# Date created: 24 February 1996
# Whom: Joseph Koshy <koshy@india.hp.com>
#
-# $Id: Makefile,v 1.5 1998/07/06 07:23:14 jkoshy Exp $
+# $Id: Makefile,v 1.6 1998/09/07 02:36:03 jkoshy Exp $
#
DISTNAME= XaoS-3.0
@@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= graphics
MAINTAINER= jkoshy@freebsd.org
-LIB_DEPENDS= png:${PORTSDIR}/graphics/png
+LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png
# This port will benefit from all-stops-out optimization of the code
diff --git a/graphics/xpaint/Makefile b/graphics/xpaint/Makefile
index 00e1a619b90c..1573c92c0c72 100644
--- a/graphics/xpaint/Makefile
+++ b/graphics/xpaint/Makefile
@@ -3,7 +3,7 @@
# Date created: 2 Jan 1995
# Whom: swallace
#
-# $Id: Makefile,v 1.22 1998/09/15 11:13:24 asami Exp $
+# $Id: Makefile,v 1.23 1998/09/15 11:45:59 asami Exp $
#
DISTNAME= xpaint-2.5.4
@@ -15,7 +15,7 @@ MAINTAINER= jseger@FreeBSD.org
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
tiff34\\.1\\.:${PORTSDIR}/graphics/tiff34 \
Xpm.5:${PORTSDIR}/graphics/xpm \
- png\\.2\\.:${PORTSDIR}/graphics/png
+ png.3:${PORTSDIR}/graphics/png
WRKSRC= ${WRKDIR}/xpaint
USE_IMAKE= yes
diff --git a/graphics/xv/Makefile b/graphics/xv/Makefile
index a8e2ddf5bc74..7b7146c6d186 100644
--- a/graphics/xv/Makefile
+++ b/graphics/xv/Makefile
@@ -3,7 +3,7 @@
# Date created: 30 October 1994
# Whom: smace
#
-# $Id: Makefile,v 1.22 1998/08/28 14:38:42 asami Exp $
+# $Id: Makefile,v 1.23 1998/09/14 20:16:03 markm Exp $
#
DISTNAME= xv-3.10a
@@ -26,7 +26,7 @@ MAINTAINER= shige@kuis.kyoto-u.ac.jp
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
tiff34.1:${PORTSDIR}/graphics/tiff34 \
- png.2:${PORTSDIR}/graphics/png
+ png.3:${PORTSDIR}/graphics/png
USE_IMAKE= yes
diff --git a/math/gnuplot/Makefile b/math/gnuplot/Makefile
index 345908bf95e3..1d9439e4b10e 100644
--- a/math/gnuplot/Makefile
+++ b/math/gnuplot/Makefile
@@ -3,7 +3,7 @@
# Date created: 19 April 1998
# Whom: chuckr
#
-# $Id: Makefile,v 1.16 1998/04/19 23:22:04 chuckr Exp $
+# $Id: Makefile,v 1.17 1998/04/28 21:30:23 chuckr Exp $
#
DISTNAME= gnuplot-beta340
@@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.che.wisc.edu/pub/gnuplot/
MAINTAINER= chuckr@FreeBSD.org
-LIB_DEPENDS= png\\.2\\.:${PORTSDIR}/graphics/png
+LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png
BUILD_DEPENDS= $(PREFIX)/lib/libgd.a:${PORTSDIR}/graphics/gd
WRKSRC= ${WRKDIR}/gnuplot
diff --git a/news/knews/Makefile b/news/knews/Makefile
index af0f8f169200..16568aa6f1e5 100644
--- a/news/knews/Makefile
+++ b/news/knews/Makefile
@@ -3,7 +3,7 @@
# Date created: Sun Apr 14 09:23:59 MET DST 1996
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
-# $Id: Makefile,v 1.16 1998/09/15 11:13:30 asami Exp $
+# $Id: Makefile,v 1.17 1998/09/15 11:46:02 asami Exp $
#
DISTNAME= knews-1.0b.0
@@ -14,7 +14,7 @@ MAINTAINER= andreas@FreeBSD.ORG
LIB_DEPENDS= Xpm.5:${PORTSDIR}/graphics/xpm \
jpeg.9:${PORTSDIR}/graphics/jpeg \
- png\\.2\\.:${PORTSDIR}/graphics/png
+ png.3:${PORTSDIR}/graphics/png
RUN_DEPENDS= newsp:${PORTSDIR}/print/mp
WRKSRC= ${WRKDIR}/knews
diff --git a/www/Mosaic/Makefile b/www/Mosaic/Makefile
index d4624bf36e28..b8c7c9e3fa64 100644
--- a/www/Mosaic/Makefile
+++ b/www/Mosaic/Makefile
@@ -3,7 +3,7 @@
# Date created: 7 August 1995
# Whom: torstenb
#
-# $Id: Makefile,v 1.17 1998/09/15 11:13:31 asami Exp $
+# $Id: Makefile,v 1.18 1998/09/15 11:46:05 asami Exp $
#
DISTNAME= Mosaic-src-2.7b5
@@ -12,7 +12,7 @@ CATEGORIES= www
MASTER_SITES= ftp://ftp.ncsa.uiuc.edu/Web/Mosaic/Unix/source/
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
- png\\.2\\.:${PORTSDIR}/graphics/png \
+ png.3:${PORTSDIR}/graphics/png \
Xpm.5:${PORTSDIR}/graphics/xpm \
REQUIRES_MOTIF= yes
diff --git a/www/arena/Makefile b/www/arena/Makefile
index b907158794c9..bb11b9958d3f 100644
--- a/www/arena/Makefile
+++ b/www/arena/Makefile
@@ -3,7 +3,7 @@
# Date created: Dec 1 1995
# Whom: ache
#
-# $Id: Makefile,v 1.10 1998/05/04 20:22:31 jseger Exp $
+# $Id: Makefile,v 1.11 1998/09/15 11:46:06 asami Exp $
#
DISTNAME= arena-CJK-beta3a
@@ -14,7 +14,7 @@ MASTER_SITES= ftp://ftp-eu.w3.org/pub/Arena/beta-3/
MAINTAINER= ache@FreeBSD.ORG
LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg
-LIB_DEPENDS+= png\\.2\\.:${PORTSDIR}/graphics/png
+LIB_DEPENDS+= png.3:${PORTSDIR}/graphics/png
BROKEN= png upgrade
diff --git a/www/chimera2/Makefile b/www/chimera2/Makefile
index 30f1a04d0fc1..a935893aa3f0 100644
--- a/www/chimera2/Makefile
+++ b/www/chimera2/Makefile
@@ -3,7 +3,7 @@
# Date created: 24 Nov 1997
# Whom: Bruce Gingery <bgingery@gtcs.com>
#
-# $Id: Makefile,v 1.16 1998/07/27 23:24:23 asami Exp $
+# $Id: Makefile,v 1.17 1998/09/15 11:46:06 asami Exp $
#
DISTNAME= chimera-2.0a11
@@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.cs.unlv.edu/pub/chimera-alpha/
MAINTAINER= bgingery@gtcs.com
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
- png\\.2\\.:${PORTSDIR}/graphics/png
+ png.3:${PORTSDIR}/graphics/png
USE_IMAKE= yes
diff --git a/x11-wm/windowmaker-i18n/Makefile b/x11-wm/windowmaker-i18n/Makefile
index 32004add36d4..8afe82dd89d9 100644
--- a/x11-wm/windowmaker-i18n/Makefile
+++ b/x11-wm/windowmaker-i18n/Makefile
@@ -3,7 +3,7 @@
# Date created: August 13, 1997
# Whom: handy@physics.montana.edu
#
-# $Id: Makefile,v 1.26 1998/09/15 11:13:37 asami Exp $
+# $Id: Makefile,v 1.27 1998/09/15 11:46:12 asami Exp $
DISTNAME= WindowMaker-0.19.3
PKGNAME= windowmaker-0.19.3
@@ -18,7 +18,7 @@ RUN_DEPENDS= wish8.0:${PORTSDIR}/x11-toolkits/tk80
LIB_DEPENDS= Xpm.5:${PORTSDIR}/graphics/xpm \
gif\\.3\\.:${PORTSDIR}/graphics/giflib \
jpeg.9:${PORTSDIR}/graphics/jpeg \
- png\\.2\\.:${PORTSDIR}/graphics/png \
+ png.3:${PORTSDIR}/graphics/png \
tiff34\\.1:${PORTSDIR}/graphics/tiff34
USE_X_PREFIX= yes
diff --git a/x11-wm/windowmaker/Makefile b/x11-wm/windowmaker/Makefile
index 32004add36d4..8afe82dd89d9 100644
--- a/x11-wm/windowmaker/Makefile
+++ b/x11-wm/windowmaker/Makefile
@@ -3,7 +3,7 @@
# Date created: August 13, 1997
# Whom: handy@physics.montana.edu
#
-# $Id: Makefile,v 1.26 1998/09/15 11:13:37 asami Exp $
+# $Id: Makefile,v 1.27 1998/09/15 11:46:12 asami Exp $
DISTNAME= WindowMaker-0.19.3
PKGNAME= windowmaker-0.19.3
@@ -18,7 +18,7 @@ RUN_DEPENDS= wish8.0:${PORTSDIR}/x11-toolkits/tk80
LIB_DEPENDS= Xpm.5:${PORTSDIR}/graphics/xpm \
gif\\.3\\.:${PORTSDIR}/graphics/giflib \
jpeg.9:${PORTSDIR}/graphics/jpeg \
- png\\.2\\.:${PORTSDIR}/graphics/png \
+ png.3:${PORTSDIR}/graphics/png \
tiff34\\.1:${PORTSDIR}/graphics/tiff34
USE_X_PREFIX= yes
diff --git a/x11/dgs/Makefile b/x11/dgs/Makefile
index fffd6d254c1b..d8dd540b4620 100644
--- a/x11/dgs/Makefile
+++ b/x11/dgs/Makefile
@@ -3,7 +3,7 @@
# Date created: 22 April 1998
# Whom: Yukihiro Nakai <Nakai@technologist.com>
#
-# $Id: Makefile,v 1.2 1998/08/05 09:31:41 asami Exp $
+# $Id: Makefile,v 1.3 1998/09/15 11:46:13 asami Exp $
#
DISTNAME= dgs-0.5.0
@@ -13,7 +13,7 @@ MASTER_SITES= ${MASTER_SITE_GNU}
MAINTAINER= Nakai@technologist.com
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
- png\\.2\\.:${PORTSDIR}/graphics/png \
+ png.3:${PORTSDIR}/graphics/png \
tiff34\\.1\\.:${PORTSDIR}/graphics/tiff34
WRKSRC= ${WRKDIR}/${DISTNAME}/dgs
diff --git a/x11/gnome-libs/Makefile b/x11/gnome-libs/Makefile
index 3fb4a8498d0c..cd74081e5997 100644
--- a/x11/gnome-libs/Makefile
+++ b/x11/gnome-libs/Makefile
@@ -3,7 +3,7 @@
# Date created: 17 June 1998
# Whom: Yukihiro Nakai <Nakai@technologist.com>
#
-# $Id: Makefile,v 1.3 1998/09/15 11:13:38 asami Exp $
+# $Id: Makefile,v 1.4 1998/09/15 11:46:13 asami Exp $
#
DISTNAME= gnome-libs-0.27
@@ -20,7 +20,7 @@ LIB_DEPENDS+= gtk11\\.1\\.:${PORTSDIR}/x11-toolkits/gtk11
LIB_DEPENDS+= tiff34\\.1\\.:${PORTSDIR}/graphics/tiff34
LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg
LIB_DEPENDS+= gif\\.3\\.:${PORTSDIR}/graphics/giflib
-LIB_DEPENDS+= png\\.2\\.:${PORTSDIR}/graphics/png
+LIB_DEPENDS+= png.3:${PORTSDIR}/graphics/png
LIB_DEPENDS+= Xpm.5:${PORTSDIR}/graphics/xpm
USE_X_PREFIX= yes
diff --git a/x11/gnomelibs/Makefile b/x11/gnomelibs/Makefile
index 3fb4a8498d0c..cd74081e5997 100644
--- a/x11/gnomelibs/Makefile
+++ b/x11/gnomelibs/Makefile
@@ -3,7 +3,7 @@
# Date created: 17 June 1998
# Whom: Yukihiro Nakai <Nakai@technologist.com>
#
-# $Id: Makefile,v 1.3 1998/09/15 11:13:38 asami Exp $
+# $Id: Makefile,v 1.4 1998/09/15 11:46:13 asami Exp $
#
DISTNAME= gnome-libs-0.27
@@ -20,7 +20,7 @@ LIB_DEPENDS+= gtk11\\.1\\.:${PORTSDIR}/x11-toolkits/gtk11
LIB_DEPENDS+= tiff34\\.1\\.:${PORTSDIR}/graphics/tiff34
LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg
LIB_DEPENDS+= gif\\.3\\.:${PORTSDIR}/graphics/giflib
-LIB_DEPENDS+= png\\.2\\.:${PORTSDIR}/graphics/png
+LIB_DEPENDS+= png.3:${PORTSDIR}/graphics/png
LIB_DEPENDS+= Xpm.5:${PORTSDIR}/graphics/xpm
USE_X_PREFIX= yes
diff --git a/x11/libgnome/Makefile b/x11/libgnome/Makefile
index 3fb4a8498d0c..cd74081e5997 100644
--- a/x11/libgnome/Makefile
+++ b/x11/libgnome/Makefile
@@ -3,7 +3,7 @@
# Date created: 17 June 1998
# Whom: Yukihiro Nakai <Nakai@technologist.com>
#
-# $Id: Makefile,v 1.3 1998/09/15 11:13:38 asami Exp $
+# $Id: Makefile,v 1.4 1998/09/15 11:46:13 asami Exp $
#
DISTNAME= gnome-libs-0.27
@@ -20,7 +20,7 @@ LIB_DEPENDS+= gtk11\\.1\\.:${PORTSDIR}/x11-toolkits/gtk11
LIB_DEPENDS+= tiff34\\.1\\.:${PORTSDIR}/graphics/tiff34
LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg
LIB_DEPENDS+= gif\\.3\\.:${PORTSDIR}/graphics/giflib
-LIB_DEPENDS+= png\\.2\\.:${PORTSDIR}/graphics/png
+LIB_DEPENDS+= png.3:${PORTSDIR}/graphics/png
LIB_DEPENDS+= Xpm.5:${PORTSDIR}/graphics/xpm
USE_X_PREFIX= yes
diff --git a/x11/wdm/Makefile b/x11/wdm/Makefile
index 61ae7ca73f6a..ab53ba4f6d9d 100644
--- a/x11/wdm/Makefile
+++ b/x11/wdm/Makefile
@@ -3,7 +3,7 @@
# Date created: August 31, 1998
# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.4 1998/09/15 11:13:38 asami Exp $
+# $Id: Makefile,v 1.5 1998/09/15 11:46:15 asami Exp $
DISTNAME= wdm-0.90
CATEGORIES= x11
@@ -17,7 +17,7 @@ MAINTAINER= ports@FreeBSD.ORG
LIB_DEPENDS= Xpm.5:${PORTSDIR}/graphics/xpm \
gif\\.3\\.:${PORTSDIR}/graphics/giflib \
jpeg.9:${PORTSDIR}/graphics/jpeg \
- png\\.2\\.:${PORTSDIR}/graphics/png \
+ png.3:${PORTSDIR}/graphics/png \
tiff34\\.1:${PORTSDIR}/graphics/tiff34 \
PropList\\.0\\.8:${PORTSDIR}/x11-wm/windowmaker