git: 3845f120886d - main - math/cadiback: Simplify Makefile
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 10 Oct 2024 03:31:45 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=3845f120886d545bfc424e9bc7444dd122fb0881 commit 3845f120886d545bfc424e9bc7444dd122fb0881 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-10-10 01:41:10 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-10-10 03:31:42 +0000 math/cadiback: Simplify Makefile --- math/cadiback/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/math/cadiback/Makefile b/math/cadiback/Makefile index f7bbd9db5d7d..1b7786ef63dd 100644 --- a/math/cadiback/Makefile +++ b/math/cadiback/Makefile @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${NONEXISTENT}:math/cadical:patch LIB_DEPENDS= libcadical.so:math/cadical -USES= compiler:c++0x gmake localbase:ldflags tar:xz +USES= gmake localbase:ldflags USE_GITHUB= yes GH_ACCOUNT= arminbiere @@ -39,7 +39,6 @@ do-build: -I `${MAKE} -V WRKSRC -C ${PORTSDIR}/math/cadical`/src \ -l cadical \ -o ${PORTNAME} -# -I ${WRKSRC_cadical}/src \ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}