diff options
46 files changed, 104 insertions, 110 deletions
diff --git a/editors/xemacs-devel/Makefile b/editors/xemacs-devel/Makefile index 7b548cc38f1b..10e489ff7b02 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.23 1998/10/07 21:37:20 gj Exp $ +# $Id: Makefile,v 1.24 1999/01/04 03:29:20 steve Exp $ # DISTNAME= xemacs-20.4 @@ -20,7 +20,7 @@ MAINTAINER= me@FreeBSD.org LIB_DEPENDS= Xpm.4:${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 7b548cc38f1b..10e489ff7b02 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.23 1998/10/07 21:37:20 gj Exp $ +# $Id: Makefile,v 1.24 1999/01/04 03:29:20 steve Exp $ # DISTNAME= xemacs-20.4 @@ -20,7 +20,7 @@ MAINTAINER= me@FreeBSD.org LIB_DEPENDS= Xpm.4:${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 7b548cc38f1b..10e489ff7b02 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.23 1998/10/07 21:37:20 gj Exp $ +# $Id: Makefile,v 1.24 1999/01/04 03:29:20 steve Exp $ # DISTNAME= xemacs-20.4 @@ -20,7 +20,7 @@ MAINTAINER= me@FreeBSD.org LIB_DEPENDS= Xpm.4:${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-common/Makefile b/editors/xemacs21-mule-common/Makefile index b260b992a703..94a1af383255 100644 --- a/editors/xemacs21-mule-common/Makefile +++ b/editors/xemacs21-mule-common/Makefile @@ -3,7 +3,7 @@ # Date created: 5 Dec 1997 # Whom: Kazuyuki IENAGA <ienaga@jsys.co.jp> # -# $Id: Makefile,v 1.4 1998/12/26 03:47:19 kuriyama Exp $ +# $Id: Makefile,v 1.5 1999/01/18 03:05:30 steve Exp $ # DISTNAME= xemacs-20.4 @@ -23,7 +23,7 @@ MAINTAINER= kiri@kiri.toba-cmt.ac.jp # from xemacs-mule LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ jpeg.9:${PORTSDIR}/graphics/jpeg \ - png.2:${PORTSDIR}/graphics/png \ + png.3:${PORTSDIR}/graphics/png \ compface.1:${PORTSDIR}/mail/faces USE_AUTOCONF= yes diff --git a/editors/xemacs21-mule/Makefile b/editors/xemacs21-mule/Makefile index af21c794d40b..c3098f6f5067 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.12 1998/12/26 03:47:19 kuriyama Exp $ +# $Id: Makefile,v 1.13 1999/01/18 03:05:25 steve Exp $ # DISTNAME= xemacs-20.4 @@ -23,7 +23,7 @@ MAINTAINER?= kiri@kiri.toba-cmt.ac.jp BUILD_DEPENDS= ${BUILD_INPUT_METHOD} LIB_DEPENDS= Xpm.4:${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_DIR}/lisp/x11/x-win-xfree86.elc:${PORTSDIR}/editors/xemacs-mule-common diff --git a/editors/xemacs21/Makefile b/editors/xemacs21/Makefile index 7b548cc38f1b..10e489ff7b02 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.23 1998/10/07 21:37:20 gj Exp $ +# $Id: Makefile,v 1.24 1999/01/04 03:29:20 steve Exp $ # DISTNAME= xemacs-20.4 @@ -20,7 +20,7 @@ MAINTAINER= me@FreeBSD.org LIB_DEPENDS= Xpm.4:${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 c773f7a7b287..1d4a433d31c7 100644 --- a/graphics/ImageMagick/Makefile +++ b/graphics/ImageMagick/Makefile @@ -3,7 +3,7 @@ # Date created: 15 November 1994 # Whom: torstenb # -# $Id: Makefile,v 1.63 1998/12/14 20:03:28 jseger Exp $ +# $Id: Makefile,v 1.64 1999/01/05 14:00:47 ache Exp $ # DISTNAME= ImageMagick-4.1.6 @@ -21,7 +21,7 @@ MAINTAINER= jseger@FreeBSD.org LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff34 \ - png.2:${PORTSDIR}/graphics/png \ + png.3:${PORTSDIR}/graphics/png \ jbig.1:${PORTSDIR}/graphics/jbigkit \ ttf.3:${PORTSDIR}/print/freetype BUILD_DEPENDS= fig2dev:${PORTSDIR}/print/transfig \ diff --git a/graphics/dc20ctrl/Makefile b/graphics/dc20ctrl/Makefile index b932f4bb38e0..eb0977268e97 100644 --- a/graphics/dc20ctrl/Makefile +++ b/graphics/dc20ctrl/Makefile @@ -3,7 +3,7 @@ # Date created: 17 Feb 1998 # Whom: Ugo Paternostro <paterno@dsi.unifi.it> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/12/22 02:19:18 jseger Exp $ # DISTNAME= dc20ctrl-0.4 @@ -14,7 +14,7 @@ MAINTAINER= paterno@dsi.unifi.it LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff34 \ - png.2:${PORTSDIR}/graphics/png + png.3:${PORTSDIR}/graphics/png MAKE_FLAGS= -DUSE_JPEG -DUSE_TIFF -DUSE_PNG diff --git a/graphics/gimp-app-devel/Makefile b/graphics/gimp-app-devel/Makefile index 667a8129af27..f8e48204f0b9 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.50 1998/11/25 05:06:22 jseger Exp $ +# $Id: Makefile,v 1.51 1998/11/25 09:01:18 asami Exp $ # DISTNAME= gimp-1.0.2 @@ -18,18 +18,17 @@ MAINTAINER= erich@FreeBSD.org LIB_DEPENDS+= Xpm.4:${PORTSDIR}/graphics/xpm LIB_DEPENDS+= aa.1:${PORTSDIR}/graphics/aalib LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg -LIB_DEPENDS+= gtk.1:${PORTSDIR}/x11-toolkits/gtk +LIB_DEPENDS+= gtk10.1:${PORTSDIR}/x11-toolkits/gtk10 LIB_DEPENDS+= mpeg.1:${PORTSDIR}/graphics/mpeg-lib -LIB_DEPENDS+= png.2:${PORTSDIR}/graphics/png +LIB_DEPENDS+= png.3:${PORTSDIR}/graphics/png LIB_DEPENDS+= tiff.4:${PORTSDIR}/graphics/tiff34 -LIB_DEPENDS+= xdelta.0:${PORTSDIR}/misc/xdelta USE_X_PREFIX= yes GNU_CONFIGURE= yes USE_GMAKE= yes -CONFIGURE_ARGS= --with-xdelta=yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \ -I${LOCALBASE}/include" \ + GTK_CONFIG="${X11BASE}/bin/gtk10-config" \ LIBS=-L${LOCALBASE}/lib INSTALL_SCRIPT='$${INSTALL} -m 755' MAN1= gimp.1 gimptool.1 diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile index 667a8129af27..f8e48204f0b9 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.50 1998/11/25 05:06:22 jseger Exp $ +# $Id: Makefile,v 1.51 1998/11/25 09:01:18 asami Exp $ # DISTNAME= gimp-1.0.2 @@ -18,18 +18,17 @@ MAINTAINER= erich@FreeBSD.org LIB_DEPENDS+= Xpm.4:${PORTSDIR}/graphics/xpm LIB_DEPENDS+= aa.1:${PORTSDIR}/graphics/aalib LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg -LIB_DEPENDS+= gtk.1:${PORTSDIR}/x11-toolkits/gtk +LIB_DEPENDS+= gtk10.1:${PORTSDIR}/x11-toolkits/gtk10 LIB_DEPENDS+= mpeg.1:${PORTSDIR}/graphics/mpeg-lib -LIB_DEPENDS+= png.2:${PORTSDIR}/graphics/png +LIB_DEPENDS+= png.3:${PORTSDIR}/graphics/png LIB_DEPENDS+= tiff.4:${PORTSDIR}/graphics/tiff34 -LIB_DEPENDS+= xdelta.0:${PORTSDIR}/misc/xdelta USE_X_PREFIX= yes GNU_CONFIGURE= yes USE_GMAKE= yes -CONFIGURE_ARGS= --with-xdelta=yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \ -I${LOCALBASE}/include" \ + GTK_CONFIG="${X11BASE}/bin/gtk10-config" \ LIBS=-L${LOCALBASE}/lib INSTALL_SCRIPT='$${INSTALL} -m 755' MAN1= gimp.1 gimptool.1 diff --git a/graphics/gimp-devel/Makefile b/graphics/gimp-devel/Makefile index 667a8129af27..f8e48204f0b9 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.50 1998/11/25 05:06:22 jseger Exp $ +# $Id: Makefile,v 1.51 1998/11/25 09:01:18 asami Exp $ # DISTNAME= gimp-1.0.2 @@ -18,18 +18,17 @@ MAINTAINER= erich@FreeBSD.org LIB_DEPENDS+= Xpm.4:${PORTSDIR}/graphics/xpm LIB_DEPENDS+= aa.1:${PORTSDIR}/graphics/aalib LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg -LIB_DEPENDS+= gtk.1:${PORTSDIR}/x11-toolkits/gtk +LIB_DEPENDS+= gtk10.1:${PORTSDIR}/x11-toolkits/gtk10 LIB_DEPENDS+= mpeg.1:${PORTSDIR}/graphics/mpeg-lib -LIB_DEPENDS+= png.2:${PORTSDIR}/graphics/png +LIB_DEPENDS+= png.3:${PORTSDIR}/graphics/png LIB_DEPENDS+= tiff.4:${PORTSDIR}/graphics/tiff34 -LIB_DEPENDS+= xdelta.0:${PORTSDIR}/misc/xdelta USE_X_PREFIX= yes GNU_CONFIGURE= yes USE_GMAKE= yes -CONFIGURE_ARGS= --with-xdelta=yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \ -I${LOCALBASE}/include" \ + GTK_CONFIG="${X11BASE}/bin/gtk10-config" \ LIBS=-L${LOCALBASE}/lib INSTALL_SCRIPT='$${INSTALL} -m 755' MAN1= gimp.1 gimptool.1 diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index 667a8129af27..f8e48204f0b9 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.50 1998/11/25 05:06:22 jseger Exp $ +# $Id: Makefile,v 1.51 1998/11/25 09:01:18 asami Exp $ # DISTNAME= gimp-1.0.2 @@ -18,18 +18,17 @@ MAINTAINER= erich@FreeBSD.org LIB_DEPENDS+= Xpm.4:${PORTSDIR}/graphics/xpm LIB_DEPENDS+= aa.1:${PORTSDIR}/graphics/aalib LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg -LIB_DEPENDS+= gtk.1:${PORTSDIR}/x11-toolkits/gtk +LIB_DEPENDS+= gtk10.1:${PORTSDIR}/x11-toolkits/gtk10 LIB_DEPENDS+= mpeg.1:${PORTSDIR}/graphics/mpeg-lib -LIB_DEPENDS+= png.2:${PORTSDIR}/graphics/png +LIB_DEPENDS+= png.3:${PORTSDIR}/graphics/png LIB_DEPENDS+= tiff.4:${PORTSDIR}/graphics/tiff34 -LIB_DEPENDS+= xdelta.0:${PORTSDIR}/misc/xdelta USE_X_PREFIX= yes GNU_CONFIGURE= yes USE_GMAKE= yes -CONFIGURE_ARGS= --with-xdelta=yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \ -I${LOCALBASE}/include" \ + GTK_CONFIG="${X11BASE}/bin/gtk10-config" \ LIBS=-L${LOCALBASE}/lib INSTALL_SCRIPT='$${INSTALL} -m 755' MAN1= gimp.1 gimptool.1 diff --git a/graphics/gimp1/Makefile b/graphics/gimp1/Makefile index 667a8129af27..f8e48204f0b9 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.50 1998/11/25 05:06:22 jseger Exp $ +# $Id: Makefile,v 1.51 1998/11/25 09:01:18 asami Exp $ # DISTNAME= gimp-1.0.2 @@ -18,18 +18,17 @@ MAINTAINER= erich@FreeBSD.org LIB_DEPENDS+= Xpm.4:${PORTSDIR}/graphics/xpm LIB_DEPENDS+= aa.1:${PORTSDIR}/graphics/aalib LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg -LIB_DEPENDS+= gtk.1:${PORTSDIR}/x11-toolkits/gtk +LIB_DEPENDS+= gtk10.1:${PORTSDIR}/x11-toolkits/gtk10 LIB_DEPENDS+= mpeg.1:${PORTSDIR}/graphics/mpeg-lib -LIB_DEPENDS+= png.2:${PORTSDIR}/graphics/png +LIB_DEPENDS+= png.3:${PORTSDIR}/graphics/png LIB_DEPENDS+= tiff.4:${PORTSDIR}/graphics/tiff34 -LIB_DEPENDS+= xdelta.0:${PORTSDIR}/misc/xdelta USE_X_PREFIX= yes GNU_CONFIGURE= yes USE_GMAKE= yes -CONFIGURE_ARGS= --with-xdelta=yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \ -I${LOCALBASE}/include" \ + GTK_CONFIG="${X11BASE}/bin/gtk10-config" \ LIBS=-L${LOCALBASE}/lib INSTALL_SCRIPT='$${INSTALL} -m 755' MAN1= gimp.1 gimptool.1 diff --git a/graphics/gimpshop/Makefile b/graphics/gimpshop/Makefile index 667a8129af27..f8e48204f0b9 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.50 1998/11/25 05:06:22 jseger Exp $ +# $Id: Makefile,v 1.51 1998/11/25 09:01:18 asami Exp $ # DISTNAME= gimp-1.0.2 @@ -18,18 +18,17 @@ MAINTAINER= erich@FreeBSD.org LIB_DEPENDS+= Xpm.4:${PORTSDIR}/graphics/xpm LIB_DEPENDS+= aa.1:${PORTSDIR}/graphics/aalib LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg -LIB_DEPENDS+= gtk.1:${PORTSDIR}/x11-toolkits/gtk +LIB_DEPENDS+= gtk10.1:${PORTSDIR}/x11-toolkits/gtk10 LIB_DEPENDS+= mpeg.1:${PORTSDIR}/graphics/mpeg-lib -LIB_DEPENDS+= png.2:${PORTSDIR}/graphics/png +LIB_DEPENDS+= png.3:${PORTSDIR}/graphics/png LIB_DEPENDS+= tiff.4:${PORTSDIR}/graphics/tiff34 -LIB_DEPENDS+= xdelta.0:${PORTSDIR}/misc/xdelta USE_X_PREFIX= yes GNU_CONFIGURE= yes USE_GMAKE= yes -CONFIGURE_ARGS= --with-xdelta=yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \ -I${LOCALBASE}/include" \ + GTK_CONFIG="${X11BASE}/bin/gtk10-config" \ LIBS=-L${LOCALBASE}/lib INSTALL_SCRIPT='$${INSTALL} -m 755' MAN1= gimp.1 gimptool.1 diff --git a/graphics/gtksee/Makefile b/graphics/gtksee/Makefile index d4ae7dbd93e1..0459fcefc58a 100644 --- a/graphics/gtksee/Makefile +++ b/graphics/gtksee/Makefile @@ -3,7 +3,7 @@ # Date created: Sun Nov 22 12:08:18 CET 1998 # Whom: Dirk Froemberg <ibex@physik.TU-Berlin.DE> # -# $Id: Makefile,v 1.7 1998/12/25 14:41:09 vanilla Exp $ +# $Id: Makefile,v 1.8 1999/01/08 14:18:43 dirk Exp $ # DISTNAME= gtksee-0.2.1 @@ -16,7 +16,7 @@ MAINTAINER= dirk@FreeBSD.ORG LIB_DEPENDS= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11 \ jpeg.9:${PORTSDIR}/graphics/jpeg \ - png.2:${PORTSDIR}/graphics/png \ + png.3:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff34 GNU_CONFIGURE= yes diff --git a/graphics/imlib/Makefile b/graphics/imlib/Makefile index 66a3e257d5e6..b4d0489059cb 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.41 1999/01/20 22:49:40 vanilla Exp $ +# $Id: Makefile,v 1.42 1999/01/21 20:00:49 vanilla Exp $ # DISTNAME= imlib-1.9.2 @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= imlib MAINTAINER= vanilla@FreeBSD.ORG -LIB_DEPENDS= png.2:${PORTSDIR}/graphics/png \ +LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff34 \ gif.3:${PORTSDIR}/graphics/giflib \ diff --git a/graphics/imlib2-tmp/Makefile b/graphics/imlib2-tmp/Makefile index 66a3e257d5e6..b4d0489059cb 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.41 1999/01/20 22:49:40 vanilla Exp $ +# $Id: Makefile,v 1.42 1999/01/21 20:00:49 vanilla Exp $ # DISTNAME= imlib-1.9.2 @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= imlib MAINTAINER= vanilla@FreeBSD.ORG -LIB_DEPENDS= png.2:${PORTSDIR}/graphics/png \ +LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff34 \ gif.3:${PORTSDIR}/graphics/giflib \ diff --git a/graphics/imlib2/Makefile b/graphics/imlib2/Makefile index 66a3e257d5e6..b4d0489059cb 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.41 1999/01/20 22:49:40 vanilla Exp $ +# $Id: Makefile,v 1.42 1999/01/21 20:00:49 vanilla Exp $ # DISTNAME= imlib-1.9.2 @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= imlib MAINTAINER= vanilla@FreeBSD.ORG -LIB_DEPENDS= png.2:${PORTSDIR}/graphics/png \ +LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff34 \ gif.3:${PORTSDIR}/graphics/giflib \ diff --git a/graphics/povray/Makefile b/graphics/povray/Makefile index 1b3fc2014880..21ccebe35058 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.11 1998/09/17 00:50:48 asami Exp $ +# $Id: Makefile,v 1.12 1998/12/30 11:48:34 dirk Exp $ # DISTNAME= povray3 @@ -17,7 +17,7 @@ DISTFILES= povuni_s.tgz povuni_d.tgz MAINTAINER= kkennawa@physics.adelaide.edu.au -LIB_DEPENDS= png.2:${PORTSDIR}/graphics/png +LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png USE_XLIB= yes MAN1= povray.1 diff --git a/graphics/povray36/Makefile b/graphics/povray36/Makefile index 1b3fc2014880..21ccebe35058 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.11 1998/09/17 00:50:48 asami Exp $ +# $Id: Makefile,v 1.12 1998/12/30 11:48:34 dirk Exp $ # DISTNAME= povray3 @@ -17,7 +17,7 @@ DISTFILES= povuni_s.tgz povuni_d.tgz MAINTAINER= kkennawa@physics.adelaide.edu.au -LIB_DEPENDS= png.2:${PORTSDIR}/graphics/png +LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png USE_XLIB= yes MAN1= povray.1 diff --git a/graphics/povray37/Makefile b/graphics/povray37/Makefile index 1b3fc2014880..21ccebe35058 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.11 1998/09/17 00:50:48 asami Exp $ +# $Id: Makefile,v 1.12 1998/12/30 11:48:34 dirk Exp $ # DISTNAME= povray3 @@ -17,7 +17,7 @@ DISTFILES= povuni_s.tgz povuni_d.tgz MAINTAINER= kkennawa@physics.adelaide.edu.au -LIB_DEPENDS= png.2:${PORTSDIR}/graphics/png +LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png USE_XLIB= yes MAN1= povray.1 diff --git a/graphics/xaos/Makefile b/graphics/xaos/Makefile index 0ede97603990..0bf57baf5332 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.8 1998/09/17 00:50:49 asami Exp $ +# $Id: Makefile,v 1.9 1998/11/29 12:43:08 asami Exp $ # DISTNAME= XaoS-3.0 @@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= graphics MAINTAINER= jkoshy@freebsd.org -LIB_DEPENDS= png.2:${PORTSDIR}/graphics/png +LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png USE_XLIB= yes diff --git a/graphics/xpaint/Makefile b/graphics/xpaint/Makefile index fc068f66d988..39cb45ba8d01 100644 --- a/graphics/xpaint/Makefile +++ b/graphics/xpaint/Makefile @@ -3,7 +3,7 @@ # Date created: 2 Jan 1995 # Whom: swallace # -# $Id: Makefile,v 1.32 1998/12/11 09:01:40 tg Exp $ +# $Id: Makefile,v 1.33 1999/01/09 00:28:21 fenner Exp $ # DISTNAME= xpaint-2.5.6 @@ -16,7 +16,7 @@ MAINTAINER= jseger@FreeBSD.org LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff34 \ Xpm.4:${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 fabf16c7d56a..153639a73729 100644 --- a/graphics/xv/Makefile +++ b/graphics/xv/Makefile @@ -3,7 +3,7 @@ # Date created: 30 October 1994 # Whom: smace # -# $Id: Makefile,v 1.30 1998/11/25 05:06:28 jseger Exp $ +# $Id: Makefile,v 1.31 1998/11/25 09:01:21 asami Exp $ # DISTNAME= xv-3.10a @@ -26,7 +26,7 @@ MAINTAINER?= shige@kuis.kyoto-u.ac.jp LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff34 \ - png.2:${PORTSDIR}/graphics/png + png.3:${PORTSDIR}/graphics/png USE_IMAKE= yes .if !defined(NOMAN) diff --git a/java/kaffe/Makefile b/java/kaffe/Makefile index 1567adacddbf..a22b62ad3197 100644 --- a/java/kaffe/Makefile +++ b/java/kaffe/Makefile @@ -3,7 +3,7 @@ # Date created: 20 February 1995 # Whom: Tim Wilkinson <tim@sarc.city.ac.uk> # -# $Id: Makefile,v 1.37 1998/11/15 22:23:42 steve Exp $ +# $Id: Makefile,v 1.38 1998/12/11 00:51:40 steve Exp $ # DISTNAME= kaffe-1.0.b3 @@ -14,7 +14,7 @@ MAINTAINER= xaa@xaa.iae.nl LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ gif.3:${PORTSDIR}/graphics/giflib \ - png.2:${PORTSDIR}/graphics/png + png.3:${PORTSDIR}/graphics/png GNU_CONFIGURE= yes CONFIGURE_ENV= LDFLAGS="-L/usr/local/lib" diff --git a/math/gnuplot/Makefile b/math/gnuplot/Makefile index 91c67398013e..32158922c96a 100644 --- a/math/gnuplot/Makefile +++ b/math/gnuplot/Makefile @@ -3,7 +3,7 @@ # Date created: 19 April 1998 # Whom: chuckr # -# $Id: Makefile,v 1.19 1998/09/17 00:50:50 asami Exp $ +# $Id: Makefile,v 1.20 1998/11/29 12:43:08 asami 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 USE_XLIB= yes diff --git a/news/knews/Makefile b/news/knews/Makefile index d61bef9794d8..51daa1e6d751 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.22 1998/11/21 07:27:39 steve Exp $ +# $Id: Makefile,v 1.23 1999/01/07 20:37:40 andreas Exp $ # DISTNAME= knews-1.0b.1 @@ -14,7 +14,7 @@ MAINTAINER= andreas@FreeBSD.ORG LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ jpeg.9:${PORTSDIR}/graphics/jpeg \ - png.2:${PORTSDIR}/graphics/png + png.3:${PORTSDIR}/graphics/png RUN_DEPENDS= newsp:${PORTSDIR}/print/mp-letter USE_IMAKE= yes diff --git a/print/ghostscript-afpl/Makefile b/print/ghostscript-afpl/Makefile index afe277a7f60c..9a5515947f23 100644 --- a/print/ghostscript-afpl/Makefile +++ b/print/ghostscript-afpl/Makefile @@ -3,7 +3,7 @@ # Date created: Tue Jun 10 21:58:54 CEST 1997 # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.30 1999/01/13 07:24:57 scrappy Exp $ +# $Id: Makefile,v 1.31 1999/01/21 18:08:50 vanilla Exp $ # DISTNAME= ghostscript-5.50 @@ -21,7 +21,7 @@ Y2K= http://www.cs.wisc.edu/~ghost/aladdin/y2k.html BUILD_DEPENDS= /nonexistent:${PORTSDIR}/graphics/jpeg:extract \ /nonexistent:${PORTSDIR}/graphics/png:extract \ unzip:${PORTSDIR}/archivers/unzip -LIB_DEPENDS= png.2:${PORTSDIR}/graphics/png +LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png USE_XLIB= yes EXTRACT_ONLY= ${GS_SOURCES} diff --git a/print/ghostscript-gnu/Makefile b/print/ghostscript-gnu/Makefile index afe277a7f60c..9a5515947f23 100644 --- a/print/ghostscript-gnu/Makefile +++ b/print/ghostscript-gnu/Makefile @@ -3,7 +3,7 @@ # Date created: Tue Jun 10 21:58:54 CEST 1997 # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.30 1999/01/13 07:24:57 scrappy Exp $ +# $Id: Makefile,v 1.31 1999/01/21 18:08:50 vanilla Exp $ # DISTNAME= ghostscript-5.50 @@ -21,7 +21,7 @@ Y2K= http://www.cs.wisc.edu/~ghost/aladdin/y2k.html BUILD_DEPENDS= /nonexistent:${PORTSDIR}/graphics/jpeg:extract \ /nonexistent:${PORTSDIR}/graphics/png:extract \ unzip:${PORTSDIR}/archivers/unzip -LIB_DEPENDS= png.2:${PORTSDIR}/graphics/png +LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png USE_XLIB= yes EXTRACT_ONLY= ${GS_SOURCES} diff --git a/print/ghostscript-gpl/Makefile b/print/ghostscript-gpl/Makefile index afe277a7f60c..9a5515947f23 100644 --- a/print/ghostscript-gpl/Makefile +++ b/print/ghostscript-gpl/Makefile @@ -3,7 +3,7 @@ # Date created: Tue Jun 10 21:58:54 CEST 1997 # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.30 1999/01/13 07:24:57 scrappy Exp $ +# $Id: Makefile,v 1.31 1999/01/21 18:08:50 vanilla Exp $ # DISTNAME= ghostscript-5.50 @@ -21,7 +21,7 @@ Y2K= http://www.cs.wisc.edu/~ghost/aladdin/y2k.html BUILD_DEPENDS= /nonexistent:${PORTSDIR}/graphics/jpeg:extract \ /nonexistent:${PORTSDIR}/graphics/png:extract \ unzip:${PORTSDIR}/archivers/unzip -LIB_DEPENDS= png.2:${PORTSDIR}/graphics/png +LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png USE_XLIB= yes EXTRACT_ONLY= ${GS_SOURCES} diff --git a/print/ghostscript5/Makefile b/print/ghostscript5/Makefile index af17f65fde5d..9c22faff9a90 100644 --- a/print/ghostscript5/Makefile +++ b/print/ghostscript5/Makefile @@ -3,7 +3,7 @@ # Date created: 11 December 1998 # Whom: giffunip # -# $Id: Makefile,v 1.28 1999/01/04 03:34:01 steve Exp $ +# $Id: Makefile,v 1.29 1999/01/21 18:07:30 vanilla Exp $ # DISTNAME= ghostscript-5.10 @@ -19,7 +19,7 @@ MAINTAINER= ports@FreeBSD.org RUN_DEPENDS= $(LOCALBASE)/share/ghostscript/fonts/Fontmap:${PORTSDIR}/print/gsfonts BUILD_DEPENDS= /nonexistent:${PORTSDIR}/graphics/jpeg:extract \ /nonexistent:${PORTSDIR}/graphics/png:extract -LIB_DEPENDS= png.2:${PORTSDIR}/graphics/png +LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png USE_XLIB= yes EXTRACT_ONLY= ${GS_SOURCES} ${PCL3_DRV} diff --git a/print/ghostscript55/Makefile b/print/ghostscript55/Makefile index afe277a7f60c..9a5515947f23 100644 --- a/print/ghostscript55/Makefile +++ b/print/ghostscript55/Makefile @@ -3,7 +3,7 @@ # Date created: Tue Jun 10 21:58:54 CEST 1997 # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.30 1999/01/13 07:24:57 scrappy Exp $ +# $Id: Makefile,v 1.31 1999/01/21 18:08:50 vanilla Exp $ # DISTNAME= ghostscript-5.50 @@ -21,7 +21,7 @@ Y2K= http://www.cs.wisc.edu/~ghost/aladdin/y2k.html BUILD_DEPENDS= /nonexistent:${PORTSDIR}/graphics/jpeg:extract \ /nonexistent:${PORTSDIR}/graphics/png:extract \ unzip:${PORTSDIR}/archivers/unzip -LIB_DEPENDS= png.2:${PORTSDIR}/graphics/png +LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png USE_XLIB= yes EXTRACT_ONLY= ${GS_SOURCES} diff --git a/print/ghostscript6/Makefile b/print/ghostscript6/Makefile index afe277a7f60c..9a5515947f23 100644 --- a/print/ghostscript6/Makefile +++ b/print/ghostscript6/Makefile @@ -3,7 +3,7 @@ # Date created: Tue Jun 10 21:58:54 CEST 1997 # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.30 1999/01/13 07:24:57 scrappy Exp $ +# $Id: Makefile,v 1.31 1999/01/21 18:08:50 vanilla Exp $ # DISTNAME= ghostscript-5.50 @@ -21,7 +21,7 @@ Y2K= http://www.cs.wisc.edu/~ghost/aladdin/y2k.html BUILD_DEPENDS= /nonexistent:${PORTSDIR}/graphics/jpeg:extract \ /nonexistent:${PORTSDIR}/graphics/png:extract \ unzip:${PORTSDIR}/archivers/unzip -LIB_DEPENDS= png.2:${PORTSDIR}/graphics/png +LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png USE_XLIB= yes EXTRACT_ONLY= ${GS_SOURCES} diff --git a/print/ghostscript7/Makefile b/print/ghostscript7/Makefile index afe277a7f60c..9a5515947f23 100644 --- a/print/ghostscript7/Makefile +++ b/print/ghostscript7/Makefile @@ -3,7 +3,7 @@ # Date created: Tue Jun 10 21:58:54 CEST 1997 # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.30 1999/01/13 07:24:57 scrappy Exp $ +# $Id: Makefile,v 1.31 1999/01/21 18:08:50 vanilla Exp $ # DISTNAME= ghostscript-5.50 @@ -21,7 +21,7 @@ Y2K= http://www.cs.wisc.edu/~ghost/aladdin/y2k.html BUILD_DEPENDS= /nonexistent:${PORTSDIR}/graphics/jpeg:extract \ /nonexistent:${PORTSDIR}/graphics/png:extract \ unzip:${PORTSDIR}/archivers/unzip -LIB_DEPENDS= png.2:${PORTSDIR}/graphics/png +LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png USE_XLIB= yes EXTRACT_ONLY= ${GS_SOURCES} diff --git a/print/ghostscript8/Makefile b/print/ghostscript8/Makefile index afe277a7f60c..9a5515947f23 100644 --- a/print/ghostscript8/Makefile +++ b/print/ghostscript8/Makefile @@ -3,7 +3,7 @@ # Date created: Tue Jun 10 21:58:54 CEST 1997 # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.30 1999/01/13 07:24:57 scrappy Exp $ +# $Id: Makefile,v 1.31 1999/01/21 18:08:50 vanilla Exp $ # DISTNAME= ghostscript-5.50 @@ -21,7 +21,7 @@ Y2K= http://www.cs.wisc.edu/~ghost/aladdin/y2k.html BUILD_DEPENDS= /nonexistent:${PORTSDIR}/graphics/jpeg:extract \ /nonexistent:${PORTSDIR}/graphics/png:extract \ unzip:${PORTSDIR}/archivers/unzip -LIB_DEPENDS= png.2:${PORTSDIR}/graphics/png +LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png USE_XLIB= yes EXTRACT_ONLY= ${GS_SOURCES} diff --git a/www/Mosaic/Makefile b/www/Mosaic/Makefile index 85000a08526c..501c53228fed 100644 --- a/www/Mosaic/Makefile +++ b/www/Mosaic/Makefile @@ -3,7 +3,7 @@ # Date created: 7 August 1995 # Whom: torstenb # -# $Id: Makefile,v 1.20 1998/09/17 00:32:53 asami Exp $ +# $Id: Makefile,v 1.21 1998/09/17 00:50:50 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.4:${PORTSDIR}/graphics/xpm \ REQUIRES_MOTIF= yes diff --git a/www/arena/Makefile b/www/arena/Makefile index 6425addf53d6..1922767d9ef3 100644 --- a/www/arena/Makefile +++ b/www/arena/Makefile @@ -3,7 +3,7 @@ # Date created: Dec 1 1995 # Whom: ache # -# $Id: Makefile,v 1.12 1998/09/15 11:57:48 asami Exp $ +# $Id: Makefile,v 1.13 1998/09/17 00:50:50 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 d8b701cd7b20..11c6b547cfd3 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.18 1998/09/15 11:57:49 asami Exp $ +# $Id: Makefile,v 1.19 1998/09/17 00:50:50 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/afterstep-stable/Makefile b/x11-wm/afterstep-stable/Makefile index 1856a3fce6fb..590f93e89d02 100644 --- a/x11-wm/afterstep-stable/Makefile +++ b/x11-wm/afterstep-stable/Makefile @@ -3,7 +3,7 @@ # Date created: 1 May 1998 # Whom: Brett Taylor # -# $Id: Makefile,v 1.30 1999/01/17 03:03:44 billf Exp $ +# $Id: Makefile,v 1.31 1999/01/18 03:38:24 billf Exp $ # DISTNAME= AfterStep-1.6.6 @@ -17,7 +17,7 @@ MASTER_SITES= ftp://ftp.afterstep.org/stable/ \ MAINTAINER= dima@chg.ru LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ - png.2:${PORTSDIR}/graphics/png \ + png.3:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg INSTALL_TARGET= install install.man diff --git a/x11-wm/windowmaker-i18n/Makefile b/x11-wm/windowmaker-i18n/Makefile index 750fae106f9c..f22358416d59 100644 --- a/x11-wm/windowmaker-i18n/Makefile +++ b/x11-wm/windowmaker-i18n/Makefile @@ -3,7 +3,7 @@ # Date created: 24 Nov 1998 # Whom: mac@jp.freebsd.org # -# $Id: Makefile,v 1.47 1999/01/18 03:18:27 steve Exp $ +# $Id: Makefile,v 1.48 1999/01/18 06:43:04 asami Exp $ DISTNAME= WindowMaker-0.50.2 PKGNAME= windowmaker-i18n-0.50.2 @@ -20,7 +20,7 @@ MAINTAINER= mac@jp.freebsd.org LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ gif.3:${PORTSDIR}/graphics/giflib \ jpeg.9:${PORTSDIR}/graphics/jpeg \ - png.2:${PORTSDIR}/graphics/png \ + png.3:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff34 BUILD_DEPENDS= ${LOCALBASE}/lib/libintl.a:${PORTSDIR}/devel/gettext \ nkf:${PORTSDIR}/japanese/nkf diff --git a/x11-wm/windowmaker/Makefile b/x11-wm/windowmaker/Makefile index 27db18937c6a..ea0eb327316d 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.43 1999/01/18 03:13:33 steve Exp $ +# $Id: Makefile,v 1.44 1999/01/18 06:43:04 asami Exp $ DISTNAME= WindowMaker-0.50.2 PKGNAME= windowmaker-0.50.2 @@ -18,7 +18,7 @@ MAINTAINER= handy@physics.montana.edu LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ gif.3:${PORTSDIR}/graphics/giflib \ jpeg.9:${PORTSDIR}/graphics/jpeg \ - png.2:${PORTSDIR}/graphics/png \ + png.3:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff34 USE_X_PREFIX= yes diff --git a/x11/dgs/Makefile b/x11/dgs/Makefile index 5a7d597c8e96..f80139269d1d 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.9 1998/11/25 09:01:24 asami Exp $ +# $Id: Makefile,v 1.10 1999/01/12 16:50:23 vanilla Exp $ # DISTNAME= dgs-0.5.0 @@ -13,7 +13,7 @@ MASTER_SITES= ${MASTER_SITE_GNU} MAINTAINER= nacai@iname.com LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - png.2:${PORTSDIR}/graphics/png \ + png.3:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff34 WRKSRC= ${WRKDIR}/${DISTNAME}/dgs diff --git a/x11/gnome-libs/Makefile b/x11/gnome-libs/Makefile index 37cf41bb822c..678dcfa6d677 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.26 1999/01/14 18:54:49 vanilla Exp $ +# $Id: Makefile,v 1.27 1999/01/22 10:13:35 vanilla Exp $ # DISTNAME= gnome-libs-0.99.4 @@ -23,7 +23,7 @@ LIB_DEPENDS= gdk_imlib.2:${PORTSDIR}/graphics/imlib \ tiff.4:${PORTSDIR}/graphics/tiff34 \ jpeg.9:${PORTSDIR}/graphics/jpeg \ gif.3:${PORTSDIR}/graphics/giflib \ - png.2:${PORTSDIR}/graphics/png \ + png.3:${PORTSDIR}/graphics/png \ Xpm.4:${PORTSDIR}/graphics/xpm \ ORBit.1:${PORTSDIR}/devel/ORBit \ esd.1:${PORTSDIR}/audio/esound diff --git a/x11/gnomelibs/Makefile b/x11/gnomelibs/Makefile index 37cf41bb822c..678dcfa6d677 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.26 1999/01/14 18:54:49 vanilla Exp $ +# $Id: Makefile,v 1.27 1999/01/22 10:13:35 vanilla Exp $ # DISTNAME= gnome-libs-0.99.4 @@ -23,7 +23,7 @@ LIB_DEPENDS= gdk_imlib.2:${PORTSDIR}/graphics/imlib \ tiff.4:${PORTSDIR}/graphics/tiff34 \ jpeg.9:${PORTSDIR}/graphics/jpeg \ gif.3:${PORTSDIR}/graphics/giflib \ - png.2:${PORTSDIR}/graphics/png \ + png.3:${PORTSDIR}/graphics/png \ Xpm.4:${PORTSDIR}/graphics/xpm \ ORBit.1:${PORTSDIR}/devel/ORBit \ esd.1:${PORTSDIR}/audio/esound diff --git a/x11/libgnome/Makefile b/x11/libgnome/Makefile index 37cf41bb822c..678dcfa6d677 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.26 1999/01/14 18:54:49 vanilla Exp $ +# $Id: Makefile,v 1.27 1999/01/22 10:13:35 vanilla Exp $ # DISTNAME= gnome-libs-0.99.4 @@ -23,7 +23,7 @@ LIB_DEPENDS= gdk_imlib.2:${PORTSDIR}/graphics/imlib \ tiff.4:${PORTSDIR}/graphics/tiff34 \ jpeg.9:${PORTSDIR}/graphics/jpeg \ gif.3:${PORTSDIR}/graphics/giflib \ - png.2:${PORTSDIR}/graphics/png \ + png.3:${PORTSDIR}/graphics/png \ Xpm.4:${PORTSDIR}/graphics/xpm \ ORBit.1:${PORTSDIR}/devel/ORBit \ esd.1:${PORTSDIR}/audio/esound diff --git a/x11/wdm/Makefile b/x11/wdm/Makefile index a7bc648fba69..8774d72cb5e1 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.16 1998/11/25 09:01:25 asami Exp $ +# $Id: Makefile,v 1.17 1999/01/18 06:43:02 asami Exp $ DISTNAME= wdm-1.0 CATEGORIES= x11 windowmaker @@ -18,7 +18,7 @@ BUILD_DEPENDS= ${PREFIX}/lib/libPropList.a:${PORTSDIR}/x11-wm/windowmaker LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ gif.3:${PORTSDIR}/graphics/giflib \ jpeg.9:${PORTSDIR}/graphics/jpeg \ - png.2:${PORTSDIR}/graphics/png \ + png.3:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff34 EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} |