diff options
author | dmcmahill <dmcmahill> | 2000-08-17 21:52:06 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2000-08-17 21:52:06 +0000 |
commit | 4851005d2a00b175447014d8641bcb2a6ad79e0c (patch) | |
tree | 8a62e698fdd609efd7582b06d87d5942b869c871 /math | |
parent | f0a9b581d39e70394db9274b8ac04a47c51f9ab2 (diff) | |
download | pkgsrc-4851005d2a00b175447014d8641bcb2a6ad79e0c.tar.gz |
add the "new"
NO_BIN_ON_CDROM= ${RESTRICTED}
NO_SRC_ON_CDROM= ${RESTRICTED}
restrictions in place of the old NO_CDROM.
Diffstat (limited to 'math')
-rw-r--r-- | math/scilab/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/math/scilab/Makefile b/math/scilab/Makefile index e2f2c6b5c5b..9d08ad7904e 100644 --- a/math/scilab/Makefile +++ b/math/scilab/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2000/08/17 01:47:49 hubertf Exp $ +# $NetBSD: Makefile,v 1.19 2000/08/17 21:52:06 dmcmahill Exp $ # # IMPORTANT: Before upgrading this package, please read files/README.next_rev! @@ -14,8 +14,9 @@ HOMEPAGE= http://www-rocq.inria.fr/scilab/ DEPENDS+= xless-*:../../x11/xless DEPENDS+= pvm-3.4.2:../../parallel/pvm3 -RESTRICTED= "no paid distribution of SCILAB" -NO_CDROM= ${RESTRICTED} +RESTRICTED= "no paid distribution of SCILAB" +NO_BIN_ON_CDROM= ${RESTRICTED} +NO_SRC_ON_CDROM= ${RESTRICTED} USE_FORTRAN= yes USE_LIBTOOL= yes |