diff options
author | grant <grant@pkgsrc.org> | 2004-01-24 13:51:13 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-01-24 13:51:13 +0000 |
commit | 8f74df338b651d8727f52d177c98f66e99ede875 (patch) | |
tree | 392f755759c8becb1ccb007770bef5095757eddd /math/octave-current | |
parent | d4d5b0528c7b28218c8211eb6eb946b11fd45213 (diff) | |
download | pkgsrc-8f74df338b651d8727f52d177c98f66e99ede875.tar.gz |
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Diffstat (limited to 'math/octave-current')
-rw-r--r-- | math/octave-current/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/octave-current/Makefile b/math/octave-current/Makefile index 7183e9b1ef2..4b4fbb02937 100644 --- a/math/octave-current/Makefile +++ b/math/octave-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2004/01/23 13:26:20 adam Exp $ +# $NetBSD: Makefile,v 1.27 2004/01/24 13:58:23 grant Exp $ # DISTNAME= octave-${OCTAVE_VER} @@ -27,7 +27,7 @@ BROKEN= Internal compiler error occurs on arm32 (even with gcc-2.95.3) USE_BUILDLINK2= YES USE_FORTRAN= YES -USE_GMAKE= YES +USE_GNU_TOOLS+= make USE_GNU_READLINE= YES USE_MAKEINFO= YES USE_LIBTOOL= YES |