diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-10-04 01:55:58 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-10-04 01:55:58 +0000 |
commit | 1a64a6515e55089a0e76e7d78636cf64c6d4c6ae (patch) | |
tree | dd055465d2ec2d0f19a7c38b53decd9cbc44e893 /net/xarchie | |
parent | 42c57b73b117e6f2c07d72a87bd04a127c749fdc (diff) |
Notes
Diffstat (limited to 'net/xarchie')
-rw-r--r-- | net/xarchie/Makefile | 4 |
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 |