summaryrefslogtreecommitdiff
path: root/net/xarchie
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1994-10-06 02:57:01 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1994-10-06 02:57:01 +0000
commite14a9d1ab8357ffbf1693570911c729ee742defb (patch)
tree4ec638494f4168754fd731d6e94b053709376371 /net/xarchie
parentUpdate from Jean-Marc Zucconi. (diff)
Update to use new DEPENDS syntax.
Notes
Notes: svn path=/head/; revision=193
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 7eb44f45507b..22fc99e3f045 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/24 11:38:35 jkh Exp $
+# $Id: Makefile,v 1.2 1994/09/24 11:41:58 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= net/archie
+DEPENDS= ${PORTSDIR}/net/archie
.include <bsd.port.mk>