diff options
author | asami <asami@FreeBSD.org> | 1995-12-02 20:27:27 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-12-02 20:27:27 +0800 |
commit | a3d014cb03327d90c1859895877f3c7036885547 (patch) | |
tree | 0f0385ed7a0664d12e2ec64bc158526567690d7f /net/xarchie | |
parent | e1f296cdd7ca3ab2cf0a67ee60849410f223fb68 (diff) | |
download | freebsd-ports-gnome-a3d014cb03327d90c1859895877f3c7036885547.tar.gz freebsd-ports-gnome-a3d014cb03327d90c1859895877f3c7036885547.tar.zst freebsd-ports-gnome-a3d014cb03327d90c1859895877f3c7036885547.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> |