aboutsummaryrefslogtreecommitdiff
path: root/lang/erlang-runtime21
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2020-12-02 15:25:19 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2020-12-02 15:25:19 +0000
commitbc73956afde804d70b7f76ee0ebd26ac4a7a385c (patch)
tree1d02b6038056ec6b661abc4408f8e9c4a7814b33 /lang/erlang-runtime21
parentaa995ea2b7bdd2dfa4fd4de743bb8359bb3ad784 (diff)
downloadports-bc73956afde804d70b7f76ee0ebd26ac4a7a385c.tar.gz
ports-bc73956afde804d70b7f76ee0ebd26ac4a7a385c.zip
lang/erlang-runtime21: enable DTRACE on powerpc64 head
Builds fine now.
Notes
Notes: svn path=/head/; revision=556833
Diffstat (limited to 'lang/erlang-runtime21')
-rw-r--r--lang/erlang-runtime21/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/erlang-runtime21/Makefile b/lang/erlang-runtime21/Makefile
index 2dabdf1f8bb2..c3aa302154ce 100644
--- a/lang/erlang-runtime21/Makefile
+++ b/lang/erlang-runtime21/Makefile
@@ -4,6 +4,7 @@
PORTNAME= erlang
DISTVERSIONPREFIX= OTP-
DISTVERSION= 21.3.8.18
+PORTREVISION= 1
# NB when bumping OTP versions also bump PORTREVISION in databases/couchdb2
CATEGORIES= lang parallel java
PKGNAMESUFFIX= -runtime21
@@ -36,8 +37,7 @@ ERLANG_LIB= ${PORTNAME}${PORTVERSION:C/\..*//}
OPTIONS_DEFINE= CORBA DIRTY DTRACE HIPE JAVA KQUEUE NATIVE ODBC OPENSSL SCTP THREADS WX
OPTIONS_DEFAULT=CORBA DIRTY DTRACE HIPE KQUEUE OPENSSL SCTP THREADS
-OPTIONS_EXCLUDE_powerpc64= HIPE ${OPTIONS_EXCLUDE_${ARCH}_${OSREL:R}}
-OPTIONS_EXCLUDE_powerpc64_13= DTRACE
+OPTIONS_EXCLUDE_powerpc64= HIPE
OPTIONS_EXCLUDE_powerpc64le= HIPE
CORBA_DESC= Enable Corba support