diff options
author | jlam <jlam@pkgsrc.org> | 2005-05-16 04:53:07 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-05-16 04:53:07 +0000 |
commit | 3a4e8118f3ee644504a76ec6c1b1bfa9d59ff2a1 (patch) | |
tree | e8de948c9812ac7decc885c5046649503d9e6f97 | |
parent | 0edb435e166c8c9fa8496d11af86c48b3e6559ea (diff) | |
download | pkgsrc-3a4e8118f3ee644504a76ec6c1b1bfa9d59ff2a1.tar.gz |
Note that this package uses tee.
-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 |