git: 7dc85cd7f75b - main - net-mgmt/zabbix72-server: Move USES to correct part of Makefile

From: Juraj Lutter <otis_at_FreeBSD.org>
Date: Fri, 06 Jun 2025 16:18:07 UTC
The branch main has been updated by otis:

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

commit 7dc85cd7f75b4bc1f4cee7e457f73944de4c9e73
Author:     Juraj Lutter <otis@FreeBSD.org>
AuthorDate: 2025-06-06 15:41:42 +0000
Commit:     Juraj Lutter <otis@FreeBSD.org>
CommitDate: 2025-06-06 16:17:41 +0000

    net-mgmt/zabbix72-server: Move USES to correct part of Makefile
    
    PR:             287341
---
 net-mgmt/zabbix72-server/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/net-mgmt/zabbix72-server/Makefile b/net-mgmt/zabbix72-server/Makefile
index 6d43df8ecb0d..bb0c910c75e3 100644
--- a/net-mgmt/zabbix72-server/Makefile
+++ b/net-mgmt/zabbix72-server/Makefile
@@ -18,9 +18,8 @@ CONFLICTS_INSTALL=	zabbix[0-9]${PKGNAMESUFFIX} \
 
 ZABBIX_BUILD=	${PKGNAMESUFFIX:S/^-//:S/-$//}
 
-USES=		iconv pkgconfig
-
 .if ${ZABBIX_BUILD} != "frontend" # frontend only needs the version/distribution settings
+USES=		iconv pkgconfig
 .if ${ZABBIX_BUILD} != "agent"
 CONFIGURE_ARGS+=	--cache-file=${WRKSRC}/config.cache \
 			--with-libevent=${LOCALBASE} \