diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-15 05:42:12 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-15 05:42:12 +0000 |
commit | 5f46dae90f233bedde12384f31eb10cd1e7496c5 (patch) | |
tree | a1af5f735773338776c8d3edd5fc818f4890fb96 /net/xarchie/Makefile | |
parent | 4bcb62c6f9e425544e90df955e8cbe045ed5130f (diff) | |
download | ports-5f46dae90f233bedde12384f31eb10cd1e7496c5.tar.gz ports-5f46dae90f233bedde12384f31eb10cd1e7496c5.zip |
Notes
Diffstat (limited to 'net/xarchie/Makefile')
-rw-r--r-- | net/xarchie/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/net/xarchie/Makefile b/net/xarchie/Makefile index 20d99050ae60..be17116a72ac 100644 --- a/net/xarchie/Makefile +++ b/net/xarchie/Makefile @@ -1,18 +1,18 @@ # New ports collection makefile for: xarchie -# Version required: 2.0.9 +# Version required: 2.0.10 # Date created: 24 September 1994 # Whom: jkh # -# $Id: Makefile,v 1.5 1995/04/01 12:48:55 jkh Exp $ +# $Id: Makefile,v 1.6 1995/04/01 20:04:00 ats Exp $ # DISTNAME= xarchie-2.0.10 -MASTER_SITES= ftp://crl.dec.com/pub/X11/contrib/applications/ -CATEGORIES+= networking -MASTER_SITES+= ftp://ftp.funet.fi/pub/X11/contrib/applications/ CATEGORIES+= networking +MASTER_SITES= ftp://crl.dec.com/pub/X11/contrib/applications/ \ + ftp://ftp.funet.fi/pub/X11/contrib/applications/ -USE_IMAKE= yes EXEC_DEPENDS= archie:${PORTSDIR}/net/archie +USE_IMAKE= yes + .include <bsd.port.mk> |