summaryrefslogtreecommitdiff
path: root/lang/erlang/Makefile
diff options
context:
space:
mode:
authorghen <ghen@pkgsrc.org>2005-12-30 10:32:16 +0000
committerghen <ghen@pkgsrc.org>2005-12-30 10:32:16 +0000
commiteebba04ca0449a82056f7a241d955d453efeb621 (patch)
treef0d191d1a8c2f62bc19aba28677903745af540d9 /lang/erlang/Makefile
parent598e8864856f9fdaf9996a447a82e01d47bc952c (diff)
downloadpkgsrc-eebba04ca0449a82056f7a241d955d453efeb621.tar.gz
- Update Erlang to R10B-9. (The changes are innumerable, this package hasn't
been updated in more than two years.) - Add a buildlink3.mk file. - Make the Java dependency optional, and disable this option by default (this will make erlang build in more bulk builds). Ok by wiz.
Diffstat (limited to 'lang/erlang/Makefile')
-rw-r--r--lang/erlang/Makefile16
1 files changed, 9 insertions, 7 deletions
diff --git a/lang/erlang/Makefile b/lang/erlang/Makefile
index 521ba9acef9..096df4478fd 100644
--- a/lang/erlang/Makefile
+++ b/lang/erlang/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.21 2005/12/05 20:50:25 rillig Exp $
+# $NetBSD: Makefile,v 1.22 2005/12/30 10:32:16 ghen Exp $
-DISTNAME= otp_src_R9C-0
-PKGNAME= erlang-9.2
-PKGREVISION= 3
+DISTNAME= otp_src_R10B-9
+PKGNAME= erlang-10.1.9
CATEGORIES= lang
MASTER_SITES= http://www.erlang.org/download/
@@ -14,8 +13,6 @@ DIST_SUBDIR= erlang
GNU_CONFIGURE= yes
USE_TOOLS+= gmake perl:run
-USE_JAVA= yes
-USE_JAVA2= yes
CONFIGURE_ARGS+= --with-ssl=${BUILDLINK_PREFIX.openssl}
@@ -25,9 +22,14 @@ SUBST_FILES.target= make/target.mk
SUBST_SED.target= -e "s|=.*config.guess)|= ${MACHINE_GNU_PLATFORM}|"
SUBST_MESSAGE.target= "Fixing target name."
+PLIST_SRC= PLIST.common
+
+.include "options.mk"
+
+PLIST_SRC+= PLIST.common_end
+
.include "../../security/openssl/buildlink3.mk"
.include "../../devel/ncurses/buildlink3.mk"
-.include "../../mk/java-vm.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/x11.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"