diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 1999-12-22 16:15:45 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 1999-12-22 16:15:45 +0000 |
commit | defec81127dc6a5a77781c3ccd5ec3f8ea94cba4 (patch) | |
tree | d19c449a2c804d9a548cac19d4da67df9c0860ea /math/scilab | |
parent | 2b02aa604b8f2ba5203288ece3d3b4db3b3c4596 (diff) | |
download | pkgsrc-defec81127dc6a5a77781c3ccd5ec3f8ea94cba4.tar.gz |
- Add a comment about why HOME is overriden during the build process.
- Make sure PVM_ROOT gets set if not already set. This will let bulk builds
succeed. In non-bulk environments, this should already be set if pvm is
correctly installed.
Diffstat (limited to 'math/scilab')
-rw-r--r-- | math/scilab/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/math/scilab/Makefile b/math/scilab/Makefile index f15cd777f30..fec6ec73a6d 100644 --- a/math/scilab/Makefile +++ b/math/scilab/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 1999/12/22 13:25:39 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.15 1999/12/22 16:15:45 dmcmahill Exp $ # # IMPORTANT: Before upgrading this package, please read files/README.next_rev! @@ -24,8 +24,11 @@ USE_X11= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --without-xless +#override HOME to avoid picking up a bad ${HOME}/.scilab during the build MAKE_ENV+= HOME=${WRKSRC} CONFIGURE_ENV+= LOCALBASE=${LOCALBASE} +PVM_ROOT?= ${LOCALBASE}/pvm3 +CONFIGURE_ENV+= PVM_ROOT=${PVM_ROOT} CONFIGURE_ENV+= X11BASE=${X11BASE} pre-fetch: |