git: 6176af49b61e - main - net-mgmt/zabbix7-server: Move USES to correct part of Makefile

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

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

commit 6176af49b61e53c2eadee35ea0ac38be48143da0
Author:     Juraj Lutter <otis@FreeBSD.org>
AuthorDate: 2025-06-06 15:41:31 +0000
Commit:     Juraj Lutter <otis@FreeBSD.org>
CommitDate: 2025-06-06 16:17:43 +0000

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

diff --git a/net-mgmt/zabbix7-server/Makefile b/net-mgmt/zabbix7-server/Makefile
index 0af792979f40..12c8b01b33d6 100644
--- a/net-mgmt/zabbix7-server/Makefile
+++ b/net-mgmt/zabbix7-server/Makefile
@@ -18,9 +18,8 @@ CONFLICTS_INSTALL=	${PORTNAME}[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} \