diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2004-03-08 18:51:20 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2004-03-08 18:51:20 +0800 |
commit | 8866ca9afb0f1aa0fdfbac8790071ee7ea6bcfa9 (patch) | |
tree | 960b963b7b2dfe74e2c157744a6f340894dbcb37 /math/fbm | |
parent | 73d1152e6aa1cdf8bd8e1ba8bc658a4f65e14847 (diff) | |
download | freebsd-ports-gnome-8866ca9afb0f1aa0fdfbac8790071ee7ea6bcfa9.tar.gz freebsd-ports-gnome-8866ca9afb0f1aa0fdfbac8790071ee7ea6bcfa9.tar.zst freebsd-ports-gnome-8866ca9afb0f1aa0fdfbac8790071ee7ea6bcfa9.zip |
Use NO_LATEST_LINK to avoid unique name conflict.
Diffstat (limited to 'math/fbm')
-rw-r--r-- | math/fbm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/fbm/Makefile b/math/fbm/Makefile index 19cb8d4163a8..97fb57dab233 100644 --- a/math/fbm/Makefile +++ b/math/fbm/Makefile @@ -17,7 +17,7 @@ COMMENT= Flexible Bayesian Modeling and Markov Chain Sampling USE_REINPLACE= yes -LATEST_LINK= math_fbm +NO_LATEST_LINK= yes SCRIPTS = bvg-circ bvg-wrap dist-circ dist-wrap gp-circ \ gp-wrap dft-circ dft-wrap mix-circ mix-wrap \ net-circ net-wrap |