From d08d2dee552d91843fd50856638225d39e691705 Mon Sep 17 00:00:00 2001 From: dmcmahill Date: Fri, 13 Aug 2004 00:53:27 +0000 Subject: USE_LANGUAGES= c c++ fortran and also add GCC_REQ=3.0 as this doesn't build correctly with my 2.95.3 on NetBSD/alpha. --- math/octave-current/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'math') diff --git a/math/octave-current/Makefile b/math/octave-current/Makefile index c0d3c62d862..e475725744a 100644 --- a/math/octave-current/Makefile +++ b/math/octave-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2004/03/29 16:20:16 adam Exp $ +# $NetBSD: Makefile,v 1.30 2004/08/13 00:53:27 dmcmahill Exp $ # DISTNAME= octave-${OCTAVE_VER} @@ -33,6 +33,8 @@ USE_MAKEINFO= yes USE_LIBTOOL= yes LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig GNU_CONFIGURE= yes +USE_LANGUAGES= c c++ fortran +GCC_REQD= 3.0 INFO_FILES= octave.info liboctave.info LIBOCTAVE_INFO= liboctave.info liboctave.info-1 \ -- cgit v1.2.3