svn commit: r516753 - head/lang/ponyc

Tobias Kortkamp tobik at FreeBSD.org
Mon Nov 4 23:46:33 UTC 2019


Author: tobik
Date: Mon Nov  4 23:46:32 2019
New Revision: 516753
URL: https://svnweb.freebsd.org/changeset/ports/516753

Log:
  lang/ponyc: Fix CONFLICTS_INSTALL

Modified:
  head/lang/ponyc/Makefile

Modified: head/lang/ponyc/Makefile
==============================================================================
--- head/lang/ponyc/Makefile	Mon Nov  4 23:43:45 2019	(r516752)
+++ head/lang/ponyc/Makefile	Mon Nov  4 23:46:32 2019	(r516753)
@@ -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


More information about the svn-ports-all mailing list