aboutsummaryrefslogtreecommitdiff
path: root/devel/autogen
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-12-13 20:49:35 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-12-13 20:49:35 +0000
commitfce83fed49a7c38a33e2939b7ca0548768fc6b04 (patch)
treee1ffd00c6d9596f602e5bdd9fc365fbd5a384baf /devel/autogen
parentd42394ce2ddf7f83703b1d16e2673396bcb27f1b (diff)
downloadports-fce83fed49a7c38a33e2939b7ca0548768fc6b04.tar.gz
ports-fce83fed49a7c38a33e2939b7ca0548768fc6b04.zip
Mark CONFLICTS_INSTALL with games/columns
Notes
Notes: svn path=/head/; revision=456239
Diffstat (limited to 'devel/autogen')
-rw-r--r--devel/autogen/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/autogen/Makefile b/devel/autogen/Makefile
index dfdab2d4b2c4..5268299dc5d1 100644
--- a/devel/autogen/Makefile
+++ b/devel/autogen/Makefile
@@ -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