diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-11 14:48:24 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-11 14:48:24 +0000 |
commit | 9315d1730cf9758692491c855960e18d4a297778 (patch) | |
tree | 5d6831594c725fb330e10d9050107b0d6e02dff4 | |
parent | 36e2deaa9355feda80bc7d7684f85622aba73e1a (diff) | |
download | pkgsrc-9315d1730cf9758692491c855960e18d4a297778.tar.gz |
Needs libtool.
-rw-r--r-- | math/octave-forge/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/octave-forge/Makefile b/math/octave-forge/Makefile index e59c162ab50..3e143b6b170 100644 --- a/math/octave-forge/Makefile +++ b/math/octave-forge/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2006/04/20 18:16:47 adam Exp $ +# $NetBSD: Makefile,v 1.21 2006/06/11 14:48:24 joerg Exp $ DISTNAME= octave-forge-2006.03.17 CATEGORIES= math @@ -10,6 +10,7 @@ COMMENT= Extensions to Octave PKG_INSTALLATION_TYPES= overwrite pkgviews +USE_LIBTOOL= yes USE_TOOLS+= gmake GNU_CONFIGURE= yes |