git: 2195f85778f0 - main - math/xgap: Fix build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 10 Oct 2022 02:19:21 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=2195f85778f0f0e675550f68cd6792dfabe02035 commit 2195f85778f0f0e675550f68cd6792dfabe02035 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-10-10 02:17:32 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-10-10 02:19:18 +0000 math/xgap: Fix build Gap root directory moved when math/gap began to use project's install target. Reported by: fallout --- math/xgap/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/math/xgap/Makefile b/math/xgap/Makefile index 76165acb3fd6..7222fa48a978 100644 --- a/math/xgap/Makefile +++ b/math/xgap/Makefile @@ -25,7 +25,7 @@ USE_GITHUB= yes GH_ACCOUNT= gap-packages GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-gaproot=${LOCALBASE}/share/gap +CONFIGURE_ARGS= --with-gaproot=${LOCALBASE}/lib/gap ALL_TARGET= default