Date: Wed, 13 Dec 2017 20:49:35 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456239 - head/devel/autogen Message-ID: <201712132049.vBDKnZYP063311@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712132049.vBDKnZYP063311>