aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2024-03-21 11:12:06 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2024-03-21 11:13:16 +0000
commitcc4f073d21d3c4553e9330899b30738d45014947 (patch)
treeba7572a0efb285c9caa9d8553d12ce811293537f
parent9c5283fbf7c6805bdff9a780b1a8e5816ee8db5d (diff)
downloadports-cc4f073d21d3c4553e9330899b30738d45014947.tar.gz
ports-cc4f073d21d3c4553e9330899b30738d45014947.zip
graphics/gd: fix test if "Host OSVERSION" and "Jail OSVERSION" differs
PR: 277853
-rw-r--r--graphics/gd/Makefile1
1 files changed, 1 insertions, 0 deletions
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>