diff options
author | asau <asau@pkgsrc.org> | 2012-09-11 23:04:15 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-09-11 23:04:15 +0000 |
commit | 6368f9224ede703badf4f81abe6fa617c9ec98b0 (patch) | |
tree | b25c2af3335af12ba6ddabd1da702cd960afaeee /math/octave | |
parent | e33e54ed8587d2963b4ab4ef3d3cfd0af34b1d3f (diff) | |
download | pkgsrc-6368f9224ede703badf4f81abe6fa617c9ec98b0.tar.gz |
"user-destdir" is default these days
Diffstat (limited to 'math/octave')
-rw-r--r-- | math/octave/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile index f3a8957a32a..89c42b8cb2b 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.101 2012/07/05 19:18:29 asau Exp $ +# $NetBSD: Makefile,v 1.102 2012/09/11 23:04:25 asau Exp $ DISTNAME= octave-${OCTAVE_VER} CATEGORIES= math @@ -21,8 +21,6 @@ OCTAVE_VER= 3.6.2 BROKEN= Internal compiler error occurs on arm32 (even with gcc-2.95.3) .endif -PKG_DESTDIR_SUPPORT= user-destdir - USE_GNU_READLINE= yes USE_LIBTOOL= yes USE_TOOLS+= autoconf gsed gmake makeinfo perl pkg-config bison |