diff options
author | asau <asau@pkgsrc.org> | 2009-12-12 21:58:18 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2009-12-12 21:58:18 +0000 |
commit | 2e045c8460d0afc39f5bf02631be8fb267713c8b (patch) | |
tree | 29e39572745a02c964a834a2812cc321b29ae90f /math/vista/Makefile | |
parent | 53d3bcc5574c0956f1cc00a49ada5540c1937c09 (diff) | |
download | pkgsrc-2e045c8460d0afc39f5bf02631be8fb267713c8b.tar.gz |
Support staged installation.
Diffstat (limited to 'math/vista/Makefile')
-rw-r--r-- | math/vista/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/math/vista/Makefile b/math/vista/Makefile index f58a62b19b0..d6d4b84e463 100644 --- a/math/vista/Makefile +++ b/math/vista/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2009/10/07 15:56:11 joerg Exp $ +# $NetBSD: Makefile,v 1.18 2009/12/12 22:10:21 asau Exp $ # DISTNAME= vista @@ -11,10 +11,12 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://forrest.psych.unc.edu/research/ COMMENT= Visual statistics system -MAKE_JOBS_SAFE= no - DEPENDS+= xlispstat>=3.52.9:../../math/xlispstat +PKG_DESTDIR_SUPPORT= user-destdir + +MAKE_JOBS_SAFE= no + WRKSRC= ${WRKDIR}/vista-5.0.5 USE_X11BASE= yes USE_TOOLS+= gmake |