Date: Sat, 14 Sep 2024 12:48:05 GMT From: Daniel Engberg <diizzy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 4bd06230f8a7 - main - games/lordsawar: Add missing dependency Message-ID: <202409141248.48ECm5pG058432@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=4bd06230f8a700558218a99ec776e368b61c5d1d commit 4bd06230f8a700558218a99ec776e368b61c5d1d Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-09-14 12:38:51 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-09-14 12:48:01 +0000 games/lordsawar: Add missing dependency * Add libxml++26 to USE_GNOME * While at it remove GNU_CONFIGURE_MANPREFIX Approved by: portmgr (blanket, build fix) --- games/lordsawar/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/games/lordsawar/Makefile b/games/lordsawar/Makefile index 841e8ac36c89..b141d5870c59 100644 --- a/games/lordsawar/Makefile +++ b/games/lordsawar/Makefile @@ -13,9 +13,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= compiler:c++11-lib gettext gmake gnome libarchive pkgconfig \ shebangfix -USE_GNOME= gtkmm30 intltool libxslt +USE_GNOME= gtkmm30 intltool libxml++26 libxslt GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share SHEBANG_FILES= create-lw-file bash_CMD= /bin/sh
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409141248.48ECm5pG058432>