summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2000-08-17 21:52:06 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2000-08-17 21:52:06 +0000
commit64e14af3331fd80468423a7c71fc503f24071032 (patch)
tree8a62e698fdd609efd7582b06d87d5942b869c871 /math
parent9bb5526a5ae10d54f8f3d5dc16d8e8c7fbae045c (diff)
downloadpkgsrc-64e14af3331fd80468423a7c71fc503f24071032.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/Makefile7
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