diff options
Diffstat (limited to 'lang/moscow_ml/Makefile')
-rw-r--r-- | lang/moscow_ml/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/moscow_ml/Makefile b/lang/moscow_ml/Makefile index f6ea6b601bd..24bed88cd3d 100644 --- a/lang/moscow_ml/Makefile +++ b/lang/moscow_ml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2000/08/23 21:57:58 tron Exp $ +# $NetBSD: Makefile,v 1.11 2000/08/28 09:14:50 jlam Exp $ DISTNAME= mos20src PKGNAME= moscow_ml-2.00 @@ -10,7 +10,7 @@ MASTER_SITES= ftp://ftp.dina.kvl.dk/pub/mosml/ \ MAINTAINER= lamj@stat.cmu.edu HOMEPAGE= http://www.dina.kvl.dk/~sestoft/mosml.html -BUILD_DEPENDS+= ${LOCALBASE}/bin/perl:../../lang/perl5 +BUILD_DEPENDS+= ${PERL5}:../../lang/perl5 ALL_TARGET= clean world |