summaryrefslogtreecommitdiff
path: root/math/octave
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-01-24 13:51:13 +0000
committergrant <grant@pkgsrc.org>2004-01-24 13:51:13 +0000
commitf1ab3f4ed4c653efaf578f0e0a88030d1d8d5e53 (patch)
tree392f755759c8becb1ccb007770bef5095757eddd /math/octave
parent137d281145ee065f10beb27d3c0f66dae2cbe171 (diff)
downloadpkgsrc-f1ab3f4ed4c653efaf578f0e0a88030d1d8d5e53.tar.gz
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Diffstat (limited to 'math/octave')
-rw-r--r--math/octave/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile
index 119479542a5..5bc47bdbfb9 100644
--- a/math/octave/Makefile
+++ b/math/octave/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2003/12/24 13:02:00 jmmv Exp $
+# $NetBSD: Makefile,v 1.42 2004/01/24 13:58:23 grant Exp $
# FreeBSD Id: Makefile,v 1.18 1998/09/27 20:10:45 steve Exp
DISTNAME= octave-2.0.17
@@ -25,7 +25,7 @@ USE_X11= yes
GNU_CONFIGURE= yes
USE_FORTRAN= yes
USE_LIBTOOL= yes
-USE_GMAKE= yes
+USE_GNU_TOOLS+= make
CONFIGURE_ENV+= FFLAGS="${CFLAGS}" OBJECT_FMT="${OBJECT_FMT}"
CPPFLAGS+= -I${WRKDIR}/include
LDFLAGS+= -Wl,${RPATH_FLAG}${PREFIX}/lib -L${PREFIX}/lib