svn commit: r456239 - head/devel/autogen
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Dec 13 20:49:39 UTC 2017
Author: sunpoet
Date: Wed Dec 13 20:49:35 2017
New Revision: 456239
URL: https://svnweb.freebsd.org/changeset/ports/456239
Log:
Mark CONFLICTS_INSTALL with games/columns
Modified:
head/devel/autogen/Makefile
Modified: head/devel/autogen/Makefile
==============================================================================
--- head/devel/autogen/Makefile Wed Dec 13 20:49:30 2017 (r456238)
+++ head/devel/autogen/Makefile Wed Dec 13 20:49:35 2017 (r456239)
@@ -15,6 +15,9 @@ BUILD_DEPENDS= bash:shells/bash
LIB_DEPENDS= libguile-2.0.so:lang/guile2
RUN_DEPENDS:= ${BUILD_DEPENDS}
+# bin/columns
+CONFLICTS_INSTALL= columns
+
CONFIGURE_ARGS= --datadir=${PREFIX}/share --with-libguile=yes --with-libxml2=yes
CONFIGURE_ENV= CONFIG_SHELL=${LOCALBASE}/bin/bash
GNU_CONFIGURE= yes
More information about the svn-ports-head
mailing list