diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2004-08-13 00:53:27 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2004-08-13 00:53:27 +0000 |
commit | 4f8418f882167524df2d69b0b8a44c34535834da (patch) | |
tree | df17b8b9478069ad25ddb147c6b7f2dde6a2bbcb /math | |
parent | 159d5d765357e0ca6ed38a6324f63dffa08aa0b0 (diff) | |
download | pkgsrc-4f8418f882167524df2d69b0b8a44c34535834da.tar.gz |
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.
Diffstat (limited to 'math')
-rw-r--r-- | math/octave-current/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 \ |