summaryrefslogtreecommitdiff
path: root/net/xarchie
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1994-09-24 11:41:58 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1994-09-24 11:41:58 +0000
commit858050a5ee88c57b637694ad6271ae98bbd0f83d (patch)
tree77c23b81e20ab651617bc36bc38bf358379a14d8 /net/xarchie
parentPort of xarchie version 2.0.9 (diff)
Enable the DEPENDS line.
Notes
Notes: svn path=/head/; revision=119
Diffstat (limited to 'net/xarchie')
-rw-r--r--net/xarchie/Makefile4
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>