diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-09-24 11:41:58 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-09-24 11:41:58 +0000 |
commit | 858050a5ee88c57b637694ad6271ae98bbd0f83d (patch) | |
tree | 77c23b81e20ab651617bc36bc38bf358379a14d8 /net | |
parent | Port of xarchie version 2.0.9 (diff) |
Enable the DEPENDS line.
Diffstat (limited to 'net')
-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 2b6f20a208f0..7eb44f45507b 100644 --- a/net/xarchie/Makefile +++ b/net/xarchie/Makefile @@ -3,13 +3,13 @@ # Date created: 24 September 1994 # Whom: jkh # -# $Id: Makefile,v 1.1.1.1 1994/09/14 14:14:09 jkh Exp $ +# $Id: Makefile,v 1.1.1.1 1994/09/24 11:38:35 jkh Exp $ # DISTNAME= xarchie-2.0.9 USE_IMAKE= yes MASTER_SITES= ftp://ftp.uu.net/networking/info-service/archie/clients/ EXTRACT_SUFX= .tar.Z -DEPENDS_ON= net/archie +DEPENDS= net/archie .include <bsd.port.mk> |