diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2006-07-23 12:16:55 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2006-07-23 12:16:55 +0000 |
commit | 3f90fed2bb4fca3a7c50485f5ce43e97ab1cbfe9 (patch) | |
tree | 6286f4c7ce058fd8d44a6603d22448a47a6b3377 /textproc/uim | |
parent | d28a06eb409c78cce46639694fa550e9af30a5dc (diff) | |
download | ports-3f90fed2bb4fca3a7c50485f5ce43e97ab1cbfe9.tar.gz ports-3f90fed2bb4fca3a7c50485f5ce43e97ab1cbfe9.zip |
Notes
Diffstat (limited to 'textproc/uim')
-rw-r--r-- | textproc/uim/Makefile | 2 |
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) |