diff options
author | jkh <jkh@FreeBSD.org> | 1994-09-24 11:41:58 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1994-09-24 11:41:58 +0000 |
commit | dcd639634c9738c77ac579896214a9e4da5d589c (patch) | |
tree | b5419e9081231565870368c660a5b87674940987 /net/xarchie | |
parent | f307211c5c6d139352bbe5a5b9d02958a066d275 (diff) | |
download | FreeBSD-ports-dcd639634c9738c77ac579896214a9e4da5d589c.zip FreeBSD-ports-dcd639634c9738c77ac579896214a9e4da5d589c.tar.gz |
Enable the DEPENDS line.
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 2b6f20a..7eb44f4 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> |