diff options
author | pav <pav@FreeBSD.org> | 2006-01-17 12:26:51 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-01-17 12:26:51 +0000 |
commit | 74146d2c8e604b1ace91a6ea9701c918811c0c7f (patch) | |
tree | 22f3eb6d8ac4261d6d5285e0d2e9b06a39489eab /x11-toolkits/ruby-tk/Makefile | |
parent | 2e8cf51b3d98f853530e4e41f017558958003c26 (diff) | |
download | FreeBSD-ports-74146d2c8e604b1ace91a6ea9701c918811c0c7f.zip FreeBSD-ports-74146d2c8e604b1ace91a6ea9701c918811c0c7f.tar.gz |
- Make extconf look for specially named libraries for japanesed version
Diffstat (limited to 'x11-toolkits/ruby-tk/Makefile')
-rw-r--r-- | x11-toolkits/ruby-tk/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11-toolkits/ruby-tk/Makefile b/x11-toolkits/ruby-tk/Makefile index 0a99288..3ed5fd8 100644 --- a/x11-toolkits/ruby-tk/Makefile +++ b/x11-toolkits/ruby-tk/Makefile @@ -43,6 +43,9 @@ CONFIGURE_ARGS= ${RUBY_CONFIGURE_ARGS} \ --with-X11-dir=${X11BASE} \ --with-tcl-include=${LOCALBASE}/include/tcl${TK_VERSION} \ --with-tk-include=${LOCALBASE}/include/tk${TK_VERSION} +.if defined(WITH_TCLTK_JP) +CONFIGURE_ARGS+=--with-tcllib=tcl${TK_VERSION:S/.//} --with-tklib=tk${TK_VERSION:S/.//} +.endif .if ${RUBY_VER} >= 1.7 MAKE_ARGS= sitelibdir='$$(rubylibdir)' |