summaryrefslogtreecommitdiff
path: root/x11/ruby-tk
diff options
context:
space:
mode:
authortaca <taca>2004-03-17 04:13:46 +0000
committertaca <taca>2004-03-17 04:13:46 +0000
commitdc7e3826a112d643f02fc240c5d20048326e6359 (patch)
tree03592ad7fa073535a72c4c3bde9d72d19459f421 /x11/ruby-tk
parent8e4977f8a61b3ba616a4762c01fd12889e41e633 (diff)
downloadpkgsrc-dc7e3826a112d643f02fc240c5d20048326e6359.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/Makefile9
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 {} \;