summaryrefslogtreecommitdiff
path: root/lang/erlang/Makefile
diff options
context:
space:
mode:
authorgutteridge <gutteridge@pkgsrc.org>2021-05-09 00:02:37 +0000
committergutteridge <gutteridge@pkgsrc.org>2021-05-09 00:02:37 +0000
commit7be527def49af1185bf132dcb8e6225348159303 (patch)
treedd159930ac117acc816a5282a12d1735f42d8b41 /lang/erlang/Makefile
parent31d49a56c3361e4794e0de165fd69b994b118db1 (diff)
downloadpkgsrc-7be527def49af1185bf132dcb8e6225348159303.tar.gz
erlang: fix some build states
Fix builds when the java option is disabled (the default) and when erlang-hipe is disabled (the default for some platforms/architectures).
Diffstat (limited to 'lang/erlang/Makefile')
-rw-r--r--lang/erlang/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/erlang/Makefile b/lang/erlang/Makefile
index ea89a0e4a52..dcb6589021c 100644
--- a/lang/erlang/Makefile
+++ b/lang/erlang/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.104 2021/02/25 15:32:16 triaxx Exp $
+# $NetBSD: Makefile,v 1.105 2021/05/09 00:02:37 gutteridge Exp $
DISTNAME= erlang-${DIST_VERSION_MAJOR}.${DIST_VERSION_MINOR}${!empty(DIST_VERSION_PATCH):?.:}${DIST_VERSION_PATCH}
PKGNAME= ${DISTNAME:S/OTP-/erlang-/}
+PKGREVISION= 1
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_GITHUB:=erlang/}
GITHUB_PROJECT= otp