summaryrefslogtreecommitdiff
path: root/x11/ruby-tk/Makefile
diff options
context:
space:
mode:
authortaca <taca>2001-12-30 16:25:34 +0000
committertaca <taca>2001-12-30 16:25:34 +0000
commit4383343e2242d0eafd9d02b4736ee3dc35b58ce8 (patch)
tree4d2a4adbdc7add79587063dbebde13091138b0b8 /x11/ruby-tk/Makefile
parentd2f94597e3a6ed9e400986e94a9eab2cd024cb62 (diff)
downloadpkgsrc-4383343e2242d0eafd9d02b4736ee3dc35b58ce8.tar.gz
update ruby-tk pakcage to ruby 1.6.6 based.
Diffstat (limited to 'x11/ruby-tk/Makefile')
-rw-r--r--x11/ruby-tk/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/x11/ruby-tk/Makefile b/x11/ruby-tk/Makefile
index d2295c3b85a..d0135ee9906 100644
--- a/x11/ruby-tk/Makefile
+++ b/x11/ruby-tk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2001/06/30 08:20:26 taca Exp $
+# $NetBSD: Makefile,v 1.2 2001/12/30 16:25:34 taca Exp $
# FreeBSD: ports/x11-toolkits/ruby-tk/Makefile,v 1.21 2000/10/20 19:56:04 knu Exp
DISTNAME= ${RUBY_DISTNAME}
@@ -18,7 +18,12 @@ WRKSRC= ${RUBY_WRKSRC}/ext/tk
EXTRACT_ELEMENTS= ${RUBY_DISTNAME}/ext/tk
USE_RUBY_EXTCONF= yes
-#.include "../../mk/bsd.prefs.mk"
+CONFIGURE_ARGS= --with-tcllib="${TCL_LIB}" --with-tklib="${TK_LIB}" \
+ --with-tcl-lib="${LOCALBASE}/lib/${TCL_DIR}" \
+ --with-tk-lib="${LOCALBASE}/lib/${TK_DIR}" \
+ --with-tcl-include="${LOCALBASE}/include/${TCL_DIR}" \
+ --with-tk-include="${LOCALBASE}/include/${TK_DIR}" \
+ --with-X11-dir="${X11BASE}"
post-patch:
@${FIND} ${WRKSRC} -name '*.orig' -exec rm -f {} \;