diff options
author | dmcmahill <dmcmahill> | 1999-11-23 16:42:01 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 1999-11-23 16:42:01 +0000 |
commit | 7f02c0af737e9104e6244b89f0e6ec32c4932794 (patch) | |
tree | 0f328c48a18c2b77a91860b8423cf0e592a713e7 /math/scilab | |
parent | bad113156986a4d71fda640475918eebba401549 (diff) | |
download | pkgsrc-7f02c0af737e9104e6244b89f0e6ec32c4932794.tar.gz |
change depricated RUN_DEPENDS to DEPENDS
Diffstat (limited to 'math/scilab')
-rw-r--r-- | math/scilab/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/scilab/Makefile b/math/scilab/Makefile index b5be115a06a..20b85022eb1 100644 --- a/math/scilab/Makefile +++ b/math/scilab/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 1999/11/23 16:26:13 hubertf Exp $ +# $NetBSD: Makefile,v 1.13 1999/11/23 16:42:01 dmcmahill Exp $ # # IMPORTANT: Before upgrading this package, please read files/README.next_rev! @@ -11,7 +11,7 @@ MASTER_SITES= ftp://ftp.inria.fr/INRIA/Projects/Meta2/Scilab/distributions/ MAINTAINER= dmcmahill@netbsd.org HOMEPAGE= http://www-rocq.inria.fr/scilab/ -RUN_DEPENDS+= xless-1.7:../../x11/xless +DEPENDS+= xless-*:../../x11/xless DEPENDS+= pvm-3.4.2:../../parallel/pvm3 RESTRICTED= "no paid distribution of SCILAB" |