aboutsummaryrefslogtreecommitdiff
path: root/lang/ponyc/Makefile
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-11-04 23:43:45 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-11-04 23:43:45 +0000
commite2cdfd18d1c8ae81397aca8d53ad8f384e22d742 (patch)
tree57128f1731aaab2e9c1b39650b3c8da21c6cd57b /lang/ponyc/Makefile
parent22fce2fc0d0f77e18cfc851d10935082958ab53c (diff)
downloadports-e2cdfd18d1c8ae81397aca8d53ad8f384e22d742.tar.gz
ports-e2cdfd18d1c8ae81397aca8d53ad8f384e22d742.zip
New port: lang/ponyc-static
A version of lang/ponyc with statically linked LLVM. PR: 241663
Notes
Notes: svn path=/head/; revision=516752
Diffstat (limited to 'lang/ponyc/Makefile')
-rw-r--r--lang/ponyc/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/ponyc/Makefile b/lang/ponyc/Makefile
index 623f815f5da2..76947810a284 100644
--- a/lang/ponyc/Makefile
+++ b/lang/ponyc/Makefile
@@ -5,7 +5,7 @@ DISTVERSION= 0.33.0
CATEGORIES= lang
MAINTAINER= greg@unrelenting.technology
-COMMENT= Pony language compiler
+COMMENT?= Pony language compiler
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
@@ -31,6 +31,8 @@ MAKE_ENV= config=release verbose=true default_pic=true \
prefix=${PREFIX} arch=${PONYARCH} \
LLVM_CONFIG=llvm-config${LLVM_VERSION}
+CONFLICTS_INSTALL= ponyc-static
+
OPTIONS_DEFINE= DOCS DTRACE EXAMPLES STATIC
OPTIONS_EXCLUDE_aarch64= DTRACE
# Not enabling DTrace by default yet because it breaks --runtimebc ("super LTO"):