summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>1999-01-23 07:05:35 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>1999-01-23 07:05:35 +0000
commit343b837340a39a6d3d2f981efb8ce3e49bcd4a6d (patch)
tree98483f73847a876520440371b7166d66092b9229 /editors
parentBump MAJOR to 3. (diff)
Bump png's major number to 3.
Notes
Notes: svn path=/head/; revision=16275
Diffstat (limited to 'editors')
-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-common/Makefile4
-rw-r--r--editors/xemacs21-mule/Makefile4
-rw-r--r--editors/xemacs21/Makefile4
6 files changed, 12 insertions, 12 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=