git: cc4f073d21d3 - main - graphics/gd: fix test if "Host OSVERSION" and "Jail OSVERSION" differs

From: Dirk Meyer <dinoex_at_FreeBSD.org>
Date: Thu, 21 Mar 2024 11:13:22 UTC
The branch main has been updated by dinoex:

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

commit cc4f073d21d3c4553e9330899b30738d45014947
Author:     Dirk Meyer <dinoex@FreeBSD.org>
AuthorDate: 2024-03-21 11:12:06 +0000
Commit:     Dirk Meyer <dinoex@FreeBSD.org>
CommitDate: 2024-03-21 11:13:16 +0000

    graphics/gd: fix test if "Host OSVERSION" and "Jail OSVERSION" differs
    
    PR: 277853
---
 graphics/gd/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile
index 4ef8e55edc1d..915a0f860380 100644
--- a/graphics/gd/Makefile
+++ b/graphics/gd/Makefile
@@ -70,6 +70,7 @@ ICONV_USES=	iconv
 ICONV_CONFIGURE_ON=	${ICONV_CONFIGURE_ARG}
 THREADS_EXTRA_PATCHES=	${PATCHDIR}/extra-patch-threads
 THREADS_USES=		autoreconf
+TEST_USES=		autoreconf
 
 .include <bsd.port.options.mk>