diff options
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 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> |