summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--editors/xemacs-packages/Makefile4
-rw-r--r--net/zenicb/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/editors/xemacs-packages/Makefile b/editors/xemacs-packages/Makefile
index 081866a222b..8b8e1a51b17 100644
--- a/editors/xemacs-packages/Makefile
+++ b/editors/xemacs-packages/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 1999/07/05 18:13:34 tron Exp $
+# $NetBSD: Makefile,v 1.3 1999/07/14 18:59:43 tron Exp $
# FreeBSD Id: Makefile,v 1.1.1.1 1999/06/22 22:16:53 gj Exp
DISTNAME= xemacs-packages
@@ -24,7 +24,7 @@ DISTFILES= xemacs-base-1.30-pkg.tar.gz xemacs-devel-1.21-pkg.tar.gz \
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.xemacs.org/
-DEPENDS+= xemacs-21.1.3:../xemacs
+DEPENDS+= xemacs-21.1.4:../xemacs
DIST_SUBDIR= xemacs
EXTRACT_ONLY= # empty
diff --git a/net/zenicb/Makefile b/net/zenicb/Makefile
index e25320e762c..eb744d7f7a6 100644
--- a/net/zenicb/Makefile
+++ b/net/zenicb/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 1998/12/09 10:52:10 frueauf Exp $
+# $NetBSD: Makefile,v 1.3 1999/07/14 18:59:44 tron Exp $
#
DISTNAME= zenicb-19981202
@@ -13,7 +13,7 @@ MIRROR_DISTFILE= no
.include "../../mk/bsd.prefs.mk"
.if defined(USE_XEMACS)
EMACS= xemacs
-RUN_DEPENDS+= xemacs-20.4:../../editors/xemacs20
+RUN_DEPENDS+= xemacs-21.1.4:../../editors/xemacs
.else
EMACS= emacs
RUN_DEPENDS+= emacs-20.3:../../editors/emacs