aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/uim
diff options
context:
space:
mode:
authornobutaka <nobutaka@FreeBSD.org>2006-07-23 20:16:55 +0800
committernobutaka <nobutaka@FreeBSD.org>2006-07-23 20:16:55 +0800
commitc1843e8cb0db113dab82d3cd921af831346ac08b (patch)
tree28b82f36ec9ea569ab3666782a4888e3c2a89198 /textproc/uim
parentee102309e8c147efe9b37bb2afe03717f462937a (diff)
downloadfreebsd-ports-gnome-c1843e8cb0db113dab82d3cd921af831346ac08b.tar.gz
freebsd-ports-gnome-c1843e8cb0db113dab82d3cd921af831346ac08b.tar.zst
freebsd-ports-gnome-c1843e8cb0db113dab82d3cd921af831346ac08b.zip
Fix build error of uim-qt on 6-stable.
Reported by: Dan Reinholz <xaenn@yahoo.com>
Diffstat (limited to 'textproc/uim')
-rw-r--r--textproc/uim/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/uim/Makefile b/textproc/uim/Makefile
index eccbb76e74d8..bec1cdccb2f8 100644
--- a/textproc/uim/Makefile
+++ b/textproc/uim/Makefile
@@ -39,7 +39,7 @@ CONFIGURE_ARGS+= --with-gtk2
CONFIGURE_ARGS+= --enable-emacs
.endif
-CONFIGURE_ENV+= CPPFLAGS="-I${X11BASE}/include -I${LOCALBASE}/include" \
+CONFIGURE_ENV?= CPPFLAGS="-I${X11BASE}/include -I${LOCALBASE}/include" \
LDFLAGS="-L${X11BASE}/lib -L${LOCALBASE}/lib"
.if !defined(UIM_SLAVE)