diff options
author | ache <ache@FreeBSD.org> | 2004-06-14 03:33:24 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2004-06-14 03:33:24 +0000 |
commit | e5538e5bfef23e461d60b82bf0c0be30f9bddb0b (patch) | |
tree | b552fb3168aa0c67139774bc348227f0cf540a0c /math/gsl | |
parent | a0f7a4c669acbc94484fc5a8981b4c26fc7e9e39 (diff) | |
download | FreeBSD-ports-e5538e5bfef23e461d60b82bf0c0be30f9bddb0b.zip FreeBSD-ports-e5538e5bfef23e461d60b82bf0c0be30f9bddb0b.tar.gz |
Explicitly specify CONFIGURE_TARGET to disable configure warning
Diffstat (limited to 'math/gsl')
-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 fe3bd6d..ccca475 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 |