summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2004-06-28 17:39:46 +0000
committerabs <abs@pkgsrc.org>2004-06-28 17:39:46 +0000
commitbd52193ae1b5cce5306f19aa627a55fbc9a198de (patch)
treea05e5ea105e65da79afb225b2ebc2b295864bf96 /lang
parent362993d8d9cc4f6486ccb364ab0796f070068e0d (diff)
downloadpkgsrc-bd52193ae1b5cce5306f19aa627a55fbc9a198de.tar.gz
This build is broken on NetBSD i386 2.0BETA (it looks for a
"i386-unknown-netbsdelf2.0." directory when a "i386--netbsdelf" one is present. Someone who wants to read gmake files is going to have to fix that. That aside, its now equivalemtly broken with bl3 rather than bl2.
Diffstat (limited to 'lang')
-rw-r--r--lang/erlang/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/lang/erlang/Makefile b/lang/erlang/Makefile
index b698d314c7b..c5d68d6d5ee 100644
--- a/lang/erlang/Makefile
+++ b/lang/erlang/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2004/03/26 02:27:42 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2004/06/28 17:39:46 abs Exp $
DISTNAME= otp_src_R9C-0
PKGNAME= erlang-9.2
@@ -12,7 +12,7 @@ COMMENT= Concurrent functional programming language
DIST_SUBDIR= erlang
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
USE_X11= yes
USE_PERL5= yes
GNU_CONFIGURE= yes
@@ -20,8 +20,8 @@ USE_GNU_TOOLS+= make
USE_JAVA= yes
USE_JAVA2= yes
-.include "../../security/openssl/buildlink2.mk"
-.include "../../devel/ncurses/buildlink2.mk"
+.include "../../security/openssl/buildlink3.mk"
+.include "../../devel/ncurses/buildlink3.mk"
.include "../../mk/java-vm.mk"
-.include "../../mk/pthread.buildlink2.mk"
+.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"