summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2003-09-17 19:39:58 +0000
committergrant <grant@pkgsrc.org>2003-09-17 19:39:58 +0000
commit40614d0b3ca35e2c5b10e307c2c29f92feb73486 (patch)
tree0fac5bcd059b9978cb00a239158f9a96c183b38c /math
parent1d2b1c74f08592097c443978439fe9248a24ab83 (diff)
downloadpkgsrc-40614d0b3ca35e2c5b10e307c2c29f92feb73486.tar.gz
get rid of USE_GCC2/3 in pkg Makefiles, and set GCC_REQD or
USE_PKGSRC_GCC as appropriate, as this is handled by compiler.mk now.
Diffstat (limited to 'math')
-rw-r--r--math/octave-current/Makefile4
-rw-r--r--math/scilab/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/math/octave-current/Makefile b/math/octave-current/Makefile
index f1b31c4ce70..c4cea48d6f8 100644
--- a/math/octave-current/Makefile
+++ b/math/octave-current/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2003/09/12 20:07:22 grant Exp $
+# $NetBSD: Makefile,v 1.22 2003/09/17 19:40:47 grant Exp $
DISTNAME= octave-2.1.33
PKGNAME= octave-2.1.34
@@ -22,7 +22,7 @@ BUILD_DEPENDS+= teTeX>=1.0.7:../../print/teTeX
DEPENDS+= gnuplot>=3.7:../../graphics/gnuplot
.if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32"
-USE_GCC3= # defined
+GCC_REQD= 3.0
.endif
USE_X11= yes
diff --git a/math/scilab/Makefile b/math/scilab/Makefile
index aa1fc5b0ff6..f789f595c06 100644
--- a/math/scilab/Makefile
+++ b/math/scilab/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2003/09/12 20:46:47 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.43 2003/09/17 19:40:48 grant Exp $
#
DISTNAME= ${SCIBASE}.src
@@ -76,7 +76,7 @@ post-install:
${RM} -f ${PREFIX}/lib/${SCIBASE}/macros/util/scipad.sci.orig
.if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32"
-USE_GCC2= # defined
+USE_PKGSRC_GCC= # defined
.endif
# the "SCI=0 && unset SCI" is done because some of the tests really will