summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-10-04 01:55:58 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-10-04 01:55:58 +0000
commit1a64a6515e55089a0e76e7d78636cf64c6d4c6ae (patch)
treedd055465d2ec2d0f19a7c38b53decd9cbc44e893 /net
parentSubmitted by: Steve Passe <smp@csn.net> (diff)
EXEC_DEPENDS -> RUN_DEPENDS on archie.
Notes
Notes: svn path=/head/; revision=2238
Diffstat (limited to 'net')
-rw-r--r--net/xarchie/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/xarchie/Makefile b/net/xarchie/Makefile
index be17116a72ac..424bce7068f5 100644
--- a/net/xarchie/Makefile
+++ b/net/xarchie/Makefile
@@ -3,7 +3,7 @@
# Date created: 24 September 1994
# Whom: jkh
#
-# $Id: Makefile,v 1.6 1995/04/01 20:04:00 ats Exp $
+# $Id: Makefile,v 1.7 1995/04/15 05:42:07 asami Exp $
#
DISTNAME= xarchie-2.0.10
@@ -11,7 +11,7 @@ CATEGORIES+= networking
MASTER_SITES= ftp://crl.dec.com/pub/X11/contrib/applications/ \
ftp://ftp.funet.fi/pub/X11/contrib/applications/
-EXEC_DEPENDS= archie:${PORTSDIR}/net/archie
+RUN_DEPENDS= archie:${PORTSDIR}/net/archie
USE_IMAKE= yes