diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2003-02-24 03:35:29 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2003-02-24 03:35:29 +0000 |
commit | e51fac22c602dcb51314f4035ce871397b05f6d8 (patch) | |
tree | 3443afc8dff3ea88acdea31acf9455263ce66a61 /math/scilab/Makefile | |
parent | b2c4f144c2c949ad70d242c7b4ecb8e7717c3062 (diff) | |
download | pkgsrc-e51fac22c602dcb51314f4035ce871397b05f6d8.tar.gz |
- fix the tk shared library path to allow the scipad editor to work
- make sure the path is correctly determined for pvm.
- add a --tag= argument to libtool when building fortran code.
This makes all selftests pass on my alpha.
Diffstat (limited to 'math/scilab/Makefile')
-rw-r--r-- | math/scilab/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/scilab/Makefile b/math/scilab/Makefile index 2403cd01ac2..63a246da85d 100644 --- a/math/scilab/Makefile +++ b/math/scilab/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.33 2003/02/22 04:31:03 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.34 2003/02/24 03:35:29 dmcmahill Exp $ # DISTNAME= ${SCIBASE}.src PKGNAME= ${SCIBASE} +PKGREVISION= 1 SCIBASE= scilab-2.7 WRKSRC= ${WRKDIR}/${DISTNAME:.src=} CATEGORIES= math |