Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Nov 2023 18:04:14 GMT
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a4b89c1e3b12 - main - math/qd: fix build
Message-ID:  <202311071804.3A7I4EGn005017@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by thierry:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a4b89c1e3b1281b8db41e646e1ebb1ae819775c7

commit a4b89c1e3b1281b8db41e646e1ebb1ae819775c7
Author:     Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2023-11-07 18:03:18 +0000
Commit:     Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2023-11-07 18:03:18 +0000

    math/qd: fix build
---
 math/qd/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/math/qd/Makefile b/math/qd/Makefile
index dafdc3ac4eae..5ac85aaacb82 100644
--- a/math/qd/Makefile
+++ b/math/qd/Makefile
@@ -10,7 +10,7 @@ WWW=		https://www.davidhbailey.com/dhbsoftware/
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		fortran libtool
+USES=		autoreconf:build fortran libtool
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-shared --disable-static
 INSTALL_TARGET=	install-strip



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202311071804.3A7I4EGn005017>