pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/ruby-tk Remove CONFIGURE_ARGS here since it had no...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e03d3eac1b4e
branches:  trunk
changeset: 471073:e03d3eac1b4e
user:      taca <taca%pkgsrc.org@localhost>
date:      Wed Mar 17 04:13:46 2004 +0000

description:
Remove CONFIGURE_ARGS here since it had no effect and specified
incorrect parameter.

diffstat:

 x11/ruby-tk/Makefile |  9 +--------
 1 files changed, 1 insertions(+), 8 deletions(-)

diffs (23 lines):

diff -r 9773b4601faf -r e03d3eac1b4e x11/ruby-tk/Makefile
--- a/x11/ruby-tk/Makefile      Wed Mar 17 00:40:24 2004 +0000
+++ b/x11/ruby-tk/Makefile      Wed Mar 17 04:13:46 2004 +0000
@@ -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 @@
 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 {} \;
 



Home | Main Index | Thread Index | Old Index