Date: Sun, 21 Apr 2024 20:05:13 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 61997f87dfb2 - main - math/xgap: Fix Makefile formatting Message-ID: <202404212005.43LK5D9X029846@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=61997f87dfb2c11a92eca9ea827393510fd60e1a commit 61997f87dfb2c11a92eca9ea827393510fd60e1a Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-04-21 20:04:43 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-04-21 20:04:43 +0000 math/xgap: Fix Makefile formatting --- math/xgap/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/math/xgap/Makefile b/math/xgap/Makefile index 37dc2d34e427..ec86f87ff848 100644 --- a/math/xgap/Makefile +++ b/math/xgap/Makefile @@ -18,9 +18,10 @@ LIB_DEPENDS= libXaw.so:x11-toolkits/libXaw RUN_DEPENDS= gap:math/gap USES= autoreconf gmake xorg +USE_XORG= ice sm x11 xext xmu xt + USE_GITHUB= yes GH_ACCOUNT= gap-packages -USE_XORG= ice sm x11 xext xmu xt GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gaproot=${LOCALBASE}/lib/gap
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404212005.43LK5D9X029846>