summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-12-02 12:27:27 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-12-02 12:27:27 +0000
commit5d980af0bbe147d919f399fe423938a27cd1eb0d (patch)
tree0fdf444f9cbb1793587cb4dac90077b11fa0d677 /net
parentArena - experimental HTML 3 browser, supports math and style sheets (diff)
Remove RUN_DEPENDS on archie, xarchie is a stand-alone program.
Submitted by: John Polstra <jdp@polstra.com>
Notes
Notes: svn path=/head/; revision=2511
Diffstat (limited to 'net')
-rw-r--r--net/xarchie/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/net/xarchie/Makefile b/net/xarchie/Makefile
index 40fa9d1071ef..1cdbe6c58a76 100644
--- a/net/xarchie/Makefile
+++ b/net/xarchie/Makefile
@@ -3,7 +3,7 @@
# Date created: 24 September 1994
# Whom: jkh
#
-# $Id: Makefile,v 1.8 1995/10/04 01:55:58 asami Exp $
+# $Id: Makefile,v 1.9 1995/11/27 04:05:52 asami Exp $
#
DISTNAME= xarchie-2.0.10
@@ -11,8 +11,6 @@ CATEGORIES+= net
MASTER_SITES= ftp://crl.dec.com/pub/X11/contrib/applications/ \
ftp://ftp.funet.fi/pub/X11/contrib/applications/
-RUN_DEPENDS= archie:${PORTSDIR}/net/archie
-
USE_IMAKE= yes
.include <bsd.port.mk>