diff options
author | jlam <jlam> | 2005-05-16 04:53:07 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-05-16 04:53:07 +0000 |
commit | a544a44c4983cb787f5241a26f78fdfbfb1a595b (patch) | |
tree | e8de948c9812ac7decc885c5046649503d9e6f97 /math | |
parent | 652ceda66f38975e9b5262ed9a37ee43a32762f3 (diff) | |
download | pkgsrc-a544a44c4983cb787f5241a26f78fdfbfb1a595b.tar.gz |
Note that this package uses tee.
Diffstat (limited to 'math')
-rw-r--r-- | math/scilab/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/scilab/Makefile b/math/scilab/Makefile index 46180dbe21d..8694860ee50 100644 --- a/math/scilab/Makefile +++ b/math/scilab/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.61 2005/04/11 21:46:31 tv Exp $ +# $NetBSD: Makefile,v 1.62 2005/05/16 04:53:07 jlam Exp $ # DISTNAME= ${SCIBASE}.src @@ -21,6 +21,7 @@ NOT_FOR_PLATFORM= NetBSD-1.[0-4]*-alpha NetBSD-1.5-alpha \ USE_LANGUAGES= fortran USE_X11BASE= yes USE_LIBTOOL= yes +PKGSRC_USE_TOOLS+= tee GNU_CONFIGURE= yes CONFIGURE_ARGS+= --without-xaw3d |