From 6594e43353cab8206bbb4cecb4d50ead2d56c008 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Mon, 14 Jun 2004 03:33:24 +0000 Subject: [PATCH] Explicitly specify CONFIGURE_TARGET to disable configure warning --- math/gsl/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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