diff options
author | dmcmahill <dmcmahill> | 2004-08-14 01:34:50 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2004-08-14 01:34:50 +0000 |
commit | 8805b6a38b4d8cc8b311b1a36b42b39a564411f3 (patch) | |
tree | 227b7a47393e54455bef187396d8ebdb71599d75 /math | |
parent | 51882c0882fd0388986efd668965a18edfdd0c39 (diff) | |
download | pkgsrc-8805b6a38b4d8cc8b311b1a36b42b39a564411f3.tar.gz |
LTCONFIG_OVERRIDE is no longer needed
Diffstat (limited to 'math')
-rw-r--r-- | math/octave-current/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/octave-current/Makefile b/math/octave-current/Makefile index e475725744a..e894053a97e 100644 --- a/math/octave-current/Makefile +++ b/math/octave-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2004/08/13 00:53:27 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.31 2004/08/14 01:34:50 dmcmahill Exp $ # DISTNAME= octave-${OCTAVE_VER} @@ -31,7 +31,6 @@ USE_GNU_TOOLS+= make USE_GNU_READLINE= yes USE_MAKEINFO= yes USE_LIBTOOL= yes -LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig GNU_CONFIGURE= yes USE_LANGUAGES= c c++ fortran GCC_REQD= 3.0 |