diff options
author | wiz <wiz@pkgsrc.org> | 2000-12-07 13:15:43 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-12-07 13:15:43 +0000 |
commit | da86b2e8f9c3551af4172ab8153b1a043d3d340f (patch) | |
tree | 4c179041ac541851074197df88afbb7f998e56e2 /math/vista/Makefile | |
parent | 92bdeb41318e31f5e74a30dbb33c719e24b14c01 (diff) | |
download | pkgsrc-da86b2e8f9c3551af4172ab8153b1a043d3d340f.tar.gz |
depend on xlispstat>=3.52.9
Diffstat (limited to 'math/vista/Makefile')
-rw-r--r-- | math/vista/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/vista/Makefile b/math/vista/Makefile index 7f69faec946..d9ae18c7a0c 100644 --- a/math/vista/Makefile +++ b/math/vista/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1999/04/05 04:44:25 hubertf Exp $ +# $NetBSD: Makefile,v 1.4 2000/12/07 13:15:43 wiz Exp $ # DISTNAME= vista @@ -9,7 +9,7 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} MAINTAINER= packages@netbsd.org HOMEPAGE= http://forrest.psych.unc.edu/research/vista.html -DEPENDS+= xlispstat-3.52.9:../../math/xlispstat +DEPENDS+= xlispstat>=3.52.9:../../math/xlispstat WRKSRC= ${WRKDIR}/vista-5.0.5 USE_X11BASE= yes |