diff options
author | miwi <miwi@FreeBSD.org> | 2011-10-29 18:03:08 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-10-29 18:03:08 +0800 |
commit | 288fe597af4428256c77f3636c4e8b6ddb769926 (patch) | |
tree | 0a231b6336322c7c2c20efcc7a32d4d9603c9bcb /math/gsl/Makefile | |
parent | 483772db4fda34aba4d7b3147ee32d17d9bbd6ea (diff) | |
download | freebsd-ports-gnome-288fe597af4428256c77f3636c4e8b6ddb769926.tar.gz freebsd-ports-gnome-288fe597af4428256c77f3636c4e8b6ddb769926.tar.zst freebsd-ports-gnome-288fe597af4428256c77f3636c4e8b6ddb769926.zip |
- Fix build on FreeBSD 10
Reported by: pointyhat
Diffstat (limited to 'math/gsl/Makefile')
-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 |