Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Apr 2023 18:28:46 GMT
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 17b2a3643785 - main - net-mgmt/networkmgr: unbreak build in a clean environment (e.g. poudriere)
Message-ID:  <202304031828.333ISkNX027829@gitrepo.freebsd.org>

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

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

commit 17b2a36437852833e2c4ebd013fb76b5a9a65f8a
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2023-04-03 18:01:15 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2023-04-03 18:27:54 +0000

    net-mgmt/networkmgr: unbreak build in a clean environment (e.g. poudriere)
    
    gettext-tools package is required to build translation files from the source
    
    USES+=  gettext-tools
    
    Approved by:    portmgr blanket
---
 net-mgmt/networkmgr/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mgmt/networkmgr/Makefile b/net-mgmt/networkmgr/Makefile
index 95b306eb8a1e..fd68405e7fdd 100644
--- a/net-mgmt/networkmgr/Makefile
+++ b/net-mgmt/networkmgr/Makefile
@@ -12,7 +12,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 RUN_DEPENDS=	${LOCALBASE}/share/icons/hicolor/index.theme:misc/hicolor-icon-theme \
 		sudo:security/sudo
 
-USES=		gnome python:3.7+ shebangfix
+USES=		gettext-tools gnome python:3.7+ shebangfix
 USE_GITHUB=	yes
 GH_ACCOUNT=	GhostBSD
 USE_GNOME=	pygobject3



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