diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2004-06-14 03:33:24 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2004-06-14 03:33:24 +0000 |
commit | 6594e43353cab8206bbb4cecb4d50ead2d56c008 (patch) | |
tree | 9531d200d0b6b0f86cd5860e53007340fe34e4c0 /math | |
parent | 300967d7b79e1d24080ada5ebfef6d3049d95e5a (diff) | |
download | ports-6594e43353cab8206bbb4cecb4d50ead2d56c008.tar.gz ports-6594e43353cab8206bbb4cecb4d50ead2d56c008.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/gsl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/gsl/Makefile b/math/gsl/Makefile index fe3bd6d96614..ccca4755d5a0 100644 --- a/math/gsl/Makefile +++ b/math/gsl/Makefile @@ -18,9 +18,10 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= The GNU Scientific Library - mathematical libs +INSTALLS_SHLIB= yes USE_LIBTOOL_VER=13 GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes +CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV+= MAKEINFO='makeinfo --no-split' MAN1= gsl-config.1 gsl-randist.1 gsl-histogram.1 |