diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-12-02 12:27:27 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-12-02 12:27:27 +0000 |
commit | 5d980af0bbe147d919f399fe423938a27cd1eb0d (patch) | |
tree | 0fdf444f9cbb1793587cb4dac90077b11fa0d677 /net/xarchie | |
parent | 56c910342c12fbe0302a6249c181782be07ce562 (diff) | |
download | freebsd-ports-5d980af0bbe147d919f399fe423938a27cd1eb0d.zip |
Remove RUN_DEPENDS on archie, xarchie is a stand-alone program.
Submitted by: John Polstra <jdp@polstra.com>
Diffstat (limited to 'net/xarchie')
-rw-r--r-- | net/xarchie/Makefile | 4 |
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> |