diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-01-17 12:26:51 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-01-17 12:26:51 +0000 |
commit | 090c538f86542689122c3a66098774d0eaf5d5c2 (patch) | |
tree | 503127d88cfd49ffa8b6673ef06cacabfaf40516 /x11-toolkits | |
parent | f67c2e80bc749048280ab2603281a1012ec698dc (diff) | |
download | ports-090c538f86542689122c3a66098774d0eaf5d5c2.tar.gz ports-090c538f86542689122c3a66098774d0eaf5d5c2.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-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 0a99288b8c6b..3ed5fd8596f9 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)' |