diff options
author | thierry <thierry@FreeBSD.org> | 2008-02-17 06:52:24 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2008-02-17 06:52:24 +0800 |
commit | 00f189f08eca42795fa635af55feacea1efd000c (patch) | |
tree | 0d25803bc928e1175e07694e413168620ca9613d /math/dislin/files | |
parent | 1b0be028f315a64ecdc7d77061ec01ec00c8ba97 (diff) | |
download | freebsd-ports-gnome-00f189f08eca42795fa635af55feacea1efd000c.tar.gz freebsd-ports-gnome-00f189f08eca42795fa635af55feacea1efd000c.tar.zst freebsd-ports-gnome-00f189f08eca42795fa635af55feacea1efd000c.zip |
Upgrade to 9.2 and unbreak.
Change log at <http://www.mps.mpg.de/dislin/news.html>
PR: ports/117145
Submitted by: Daniel Voisine <voisined (at) wit.edu>
Diffstat (limited to 'math/dislin/files')
-rw-r--r-- | math/dislin/files/dislin.sh.in | 3 | ||||
-rw-r--r-- | math/dislin/files/pkg-message.in | 10 |
2 files changed, 4 insertions, 9 deletions
diff --git a/math/dislin/files/dislin.sh.in b/math/dislin/files/dislin.sh.in index 3292b671be6a..b960f1eb9c4f 100644 --- a/math/dislin/files/dislin.sh.in +++ b/math/dislin/files/dislin.sh.in @@ -8,6 +8,9 @@ DISLIN=%%DISLIN_DIR%% export DISLIN +LD_LIBRARY_PATH=$DISLIN:$LD_LIBRARY_PATH +export LD_LIBRARY_PATH + self="${0##*/}" program="${DISLIN}/bin/${self}" diff --git a/math/dislin/files/pkg-message.in b/math/dislin/files/pkg-message.in index 1c3367f235ff..b6469b6a68cb 100644 --- a/math/dislin/files/pkg-message.in +++ b/math/dislin/files/pkg-message.in @@ -1,12 +1,4 @@ -Note: libdisjava.so is linked against libm.so.2, you might have to - add the following entry in your /etc/libmap.conf: - -libm.so.2 libm.so.4 - - ------------------------------------------------------------- - DISLIN is free for non-commercial use on Linux and FreeBSD only. You are advised to familiarize yourself with the terms of license listed in %%DISLIN_DIR%%/DISLIN and on the DISLIN - website, http://www.linmpi.mpg.de/dislin/. - + website, http://www.mps.mpg.de/dislin/ . |