diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-12-13 20:49:35 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-12-13 20:49:35 +0000 |
commit | fce83fed49a7c38a33e2939b7ca0548768fc6b04 (patch) | |
tree | e1ffd00c6d9596f602e5bdd9fc365fbd5a384baf /devel/autogen | |
parent | d42394ce2ddf7f83703b1d16e2673396bcb27f1b (diff) |
Notes
Diffstat (limited to 'devel/autogen')
-rw-r--r-- | devel/autogen/Makefile | 3 |
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 |