aboutsummaryrefslogtreecommitdiff
path: root/textproc/uim
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2022-05-13 16:37:50 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2022-06-08 16:24:35 +0000
commitbd70827c22827422583d9bd6963636ef4f2d5623 (patch)
treed227d18f0e4043a891ecb0fb18c2f15c2bde1ffc /textproc/uim
parentd2153894e76837f45bc21c448f2c610f128ede7c (diff)
downloadports-bd70827c22827422583d9bd6963636ef4f2d5623.tar.gz
ports-bd70827c22827422583d9bd6963636ef4f2d5623.zip
Diffstat (limited to 'textproc/uim')
-rw-r--r--textproc/uim/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/uim/Makefile b/textproc/uim/Makefile
index 4d219955df42..9bc819d04daf 100644
--- a/textproc/uim/Makefile
+++ b/textproc/uim/Makefile
@@ -16,7 +16,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN_riscv64= fails to configure: ./include/private/gcconfig.h:492:5: The collector has not been ported to this machine/OS combination
-USES+= autoreconf:build gettext gmake gnome iconv libedit libtool pathfix pkgconfig sqlite
+USES+= autoreconf:build,2.69 gettext gmake gnome iconv libedit \
+ libtool pathfix pkgconfig sqlite
USE_LDCONFIG= yes
USE_GNOME+= glib20 intltool
@@ -98,7 +99,7 @@ post-extract:
${CP} -R ${WRKSRC_libgcroots}/* ${WRKSRC}/sigscheme/libgcroots
pre-configure:
- cd ${WRKSRC} && ./autogen.sh
+ cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ./autogen.sh
do-build:
.if !defined(UIM_SLAVE)