diff options
author | bad <bad@pkgsrc.org> | 1999-04-14 18:00:47 +0000 |
---|---|---|
committer | bad <bad@pkgsrc.org> | 1999-04-14 18:00:47 +0000 |
commit | 286099986eae8fee64848a798d8bfb33bfb12071 (patch) | |
tree | 9524b772c2816d5a2d31064ab0bec75f5ba49ba5 /lang/moscow_ml/Makefile | |
parent | 8fa081c06a52d83f0703c9c4d91432bd852efdf3 (diff) | |
download | pkgsrc-286099986eae8fee64848a798d8bfb33bfb12071.tar.gz |
${LOCALBAASE}/bin/perl or bust.
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 216ac109f09..52077f18a68 100644 --- a/lang/moscow_ml/Makefile +++ b/lang/moscow_ml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1999/02/20 22:48:33 hubertf Exp $ +# $NetBSD: Makefile,v 1.8 1999/04/14 18:00:47 bad Exp $ # DISTNAME= mos14src @@ -11,7 +11,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+= perl:../../lang/perl5 +BUILD_DEPENDS+= ${LOCALBASE}/bin/perl:../../lang/perl5 ALL_TARGET= clean world |