diff options
author | wiz <wiz> | 2000-09-03 13:52:44 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-09-03 13:52:44 +0000 |
commit | 679b79b879bc4fb40252cd9c0294f186fd51f710 (patch) | |
tree | 5d2ee7e1979f5ce114440262b431ef9296de9a97 /x11/ruby-Tk-mixedcase | |
parent | fedb37452056e2c1690e77a6410b13ec874b8d30 (diff) | |
download | pkgsrc-679b79b879bc4fb40252cd9c0294f186fd51f710.tar.gz |
remove unnecessary empty line
Diffstat (limited to 'x11/ruby-Tk-mixedcase')
-rw-r--r-- | x11/ruby-Tk-mixedcase/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/ruby-Tk-mixedcase/Makefile b/x11/ruby-Tk-mixedcase/Makefile index 609aaa71db1..78a086b13c1 100644 --- a/x11/ruby-Tk-mixedcase/Makefile +++ b/x11/ruby-Tk-mixedcase/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2000/08/31 22:09:43 jwise Exp $ +# $NetBSD: Makefile,v 1.8 2000/09/03 13:52:44 wiz Exp $ # FreeBSD Id: ports/x11-toolkits/rubytk/Makefile,v 1.3 1999/08/31 02:59:34 peter Exp DISTNAME= ruby-1.4.6 @@ -30,7 +30,6 @@ CONFIGURE_ARGS+=--with-tcllib="${TCL_LIB}" --with-tklib="${TK_LIB}" \ --with-tk-include="${LOCALBASE}/include" \ --with-X11-dir="${X11BASE}" - RUBY= ${LOCALBASE}/bin/ruby PLIST_SUBST= RUBY_VERSION=1.4 |