diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2004-03-08 05:58:25 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2004-03-08 05:58:25 +0000 |
commit | 80cc44e035afda4bf8c3f90de03fd1cb1f205c9f (patch) | |
tree | 4682837c753c573ba6734a399362f1c0cb4254b6 /math/fbm | |
parent | 196f2e73b2c02e8165371cadab3f0339c636073f (diff) | |
download | ports-80cc44e035afda4bf8c3f90de03fd1cb1f205c9f.tar.gz ports-80cc44e035afda4bf8c3f90de03fd1cb1f205c9f.zip |
Fix $LATEST_LINK conflict.
Reported by: kris
Notes
Notes:
svn path=/head/; revision=103268
Diffstat (limited to 'math/fbm')
-rw-r--r-- | math/fbm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/fbm/Makefile b/math/fbm/Makefile index bf90fd9f3e73..19cb8d4163a8 100644 --- a/math/fbm/Makefile +++ b/math/fbm/Makefile @@ -17,6 +17,7 @@ COMMENT= Flexible Bayesian Modeling and Markov Chain Sampling USE_REINPLACE= yes +LATEST_LINK= math_fbm 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 |