diff options
author | tobik <tobik@FreeBSD.org> | 2019-11-05 07:46:32 +0800 |
---|---|---|
committer | tobik <tobik@FreeBSD.org> | 2019-11-05 07:46:32 +0800 |
commit | c56fd271749c1877d2b35fbf1218e0722495ca19 (patch) | |
tree | 71ff2bf311f8e788721e21f635863681e02907b8 /lang | |
parent | 3aef72794b23b9f762f931d2dc7b3de844ee3d09 (diff) | |
download | freebsd-ports-gnome-c56fd271749c1877d2b35fbf1218e0722495ca19.tar.gz freebsd-ports-gnome-c56fd271749c1877d2b35fbf1218e0722495ca19.tar.zst freebsd-ports-gnome-c56fd271749c1877d2b35fbf1218e0722495ca19.zip |
lang/ponyc: Fix CONFLICTS_INSTALL
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ponyc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/ponyc/Makefile b/lang/ponyc/Makefile index 76947810a284..a0e572cf5152 100644 --- a/lang/ponyc/Makefile +++ b/lang/ponyc/Makefile @@ -31,7 +31,7 @@ MAKE_ENV= config=release verbose=true default_pic=true \ prefix=${PREFIX} arch=${PONYARCH} \ LLVM_CONFIG=llvm-config${LLVM_VERSION} -CONFLICTS_INSTALL= ponyc-static +CONFLICTS_INSTALL?= ponyc-static OPTIONS_DEFINE= DOCS DTRACE EXAMPLES STATIC OPTIONS_EXCLUDE_aarch64= DTRACE |