diff options
author | wiz <wiz@pkgsrc.org> | 2000-09-03 13:52:44 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-09-03 13:52:44 +0000 |
commit | 6c3b9c56356b1651eee6f82790c7828620280b17 (patch) | |
tree | 5d2ee7e1979f5ce114440262b431ef9296de9a97 | |
parent | 132ce2ed63b587384bef7753ad2bfa4e0712af5f (diff) | |
download | pkgsrc-6c3b9c56356b1651eee6f82790c7828620280b17.tar.gz |
remove unnecessary empty line
-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 |