summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authortron <tron>1999-07-23 15:53:57 +0000
committertron <tron>1999-07-23 15:53:57 +0000
commit0681823c355a653ca19c45aec7e71902d712f6a9 (patch)
tree747372986fc4e2bb00d8a288fb6a8fb9782003ea /net
parent2db49a70e6cfd2f9a379f7cb66213b1f604d9d04 (diff)
downloadpkgsrc-0681823c355a653ca19c45aec7e71902d712f6a9.tar.gz
Use "DEPENDS" instead of "RUN_DEPENDS".
Diffstat (limited to 'net')
-rw-r--r--net/zenicb/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/zenicb/Makefile b/net/zenicb/Makefile
index eb744d7f7a6..a7175225f9c 100644
--- a/net/zenicb/Makefile
+++ b/net/zenicb/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 1999/07/14 18:59:44 tron Exp $
+# $NetBSD: Makefile,v 1.4 1999/07/23 15:53:57 tron Exp $
#
DISTNAME= zenicb-19981202
@@ -13,10 +13,10 @@ MIRROR_DISTFILE= no
.include "../../mk/bsd.prefs.mk"
.if defined(USE_XEMACS)
EMACS= xemacs
-RUN_DEPENDS+= xemacs-21.1.4:../../editors/xemacs
+DEPENDS+= xemacs-21.1.4:../../editors/xemacs
.else
EMACS= emacs
-RUN_DEPENDS+= emacs-20.3:../../editors/emacs
+DEPENDS+= emacs-20.3:../../editors/emacs
.endif
ELISPDIR= ${PREFIX}/share/${EMACS}/site-lisp