diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-10-29 10:03:08 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-10-29 10:03:08 +0000 |
commit | 69a39f5f38e05ce684e2eb92128457e1f52b22e2 (patch) | |
tree | c20e900970d1d92ec9f97b7e8ec1db5a4a5f7c40 /math/gsl | |
parent | 542da4442bdedfe99d8bc65fad20e4218492fd1d (diff) | |
download | ports-69a39f5f38e05ce684e2eb92128457e1f52b22e2.tar.gz ports-69a39f5f38e05ce684e2eb92128457e1f52b22e2.zip |
Notes
Diffstat (limited to 'math/gsl')
-rw-r--r-- | math/gsl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/gsl/Makefile b/math/gsl/Makefile index 92e7277b3925..b0b5c59742d0 100644 --- a/math/gsl/Makefile +++ b/math/gsl/Makefile @@ -25,6 +25,7 @@ LICENSE= GPLv3 USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ENV+= MAKEINFO='makeinfo --no-split' +WITH_FBSD10_FIX=yes MAN1= gsl-config.1 gsl-randist.1 gsl-histogram.1 MAN3= gsl.3 |