diff options
author | taca <taca@pkgsrc.org> | 2004-03-17 04:13:46 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2004-03-17 04:13:46 +0000 |
commit | 05ed3a91ab2dc199974e5ff92ce4d6bd25412b0b (patch) | |
tree | 03592ad7fa073535a72c4c3bde9d72d19459f421 /x11/ruby-tk | |
parent | 9813d302e8c1587784ddf2074f7b3754bd988ac8 (diff) | |
download | pkgsrc-05ed3a91ab2dc199974e5ff92ce4d6bd25412b0b.tar.gz |
Remove CONFIGURE_ARGS here since it had no effect and specified
incorrect parameter.
Diffstat (limited to 'x11/ruby-tk')
-rw-r--r-- | x11/ruby-tk/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/x11/ruby-tk/Makefile b/x11/ruby-tk/Makefile index cd2fd4c1016..d2485273528 100644 --- a/x11/ruby-tk/Makefile +++ b/x11/ruby-tk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/03/16 02:01:12 taca Exp $ +# $NetBSD: Makefile,v 1.9 2004/03/17 04:13:46 taca Exp $ # FreeBSD: ports/x11-toolkits/ruby-tk/Makefile,v 1.21 2000/10/20 19:56:04 knu Exp DISTNAME= ${RUBY_DISTNAME} @@ -19,13 +19,6 @@ DIST_SUBDIR= ruby EXTRACT_ELEMENTS= ${RUBY_DISTNAME}/ext/tk USE_RUBY_EXTCONF= yes -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 {} \; |