diff options
Diffstat (limited to 'lang/erlang')
-rw-r--r-- | lang/erlang/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/erlang/Makefile b/lang/erlang/Makefile index 7edb5e176a9..2b9b3d60bd9 100644 --- a/lang/erlang/Makefile +++ b/lang/erlang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2005/04/11 21:46:13 tv Exp $ +# $NetBSD: Makefile,v 1.17 2005/05/22 20:08:09 jlam Exp $ DISTNAME= otp_src_R9C-0 PKGNAME= erlang-9.2 @@ -15,7 +15,7 @@ DIST_SUBDIR= erlang USE_X11= yes USE_PERL5= yes GNU_CONFIGURE= yes -USE_GNU_TOOLS+= make +USE_TOOLS+= gmake USE_JAVA= yes USE_JAVA2= yes |