git: 01a678ca113f - main - lang/twelf: Mark BROKEN on all versions
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 18 Aug 2023 07:53:59 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=01a678ca113ff4e4e3c9de4eec9d835377b8a3fb commit 01a678ca113ff4e4e3c9de4eec9d835377b8a3fb Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-08-18 07:38:21 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-08-18 07:53:32 +0000 lang/twelf: Mark BROKEN on all versions Fails to build with invalid target. Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation --- lang/twelf/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lang/twelf/Makefile b/lang/twelf/Makefile index 17803086a9ae..2dc933ea8cb7 100644 --- a/lang/twelf/Makefile +++ b/lang/twelf/Makefile @@ -13,8 +13,7 @@ WWW= http://www.cs.cmu.edu/~twelf LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_FreeBSD_12= invalid target: self -BROKEN_FreeBSD_13= invalid target: self +BROKEN= invalid target: self RUN_DEPENDS= mlton:lang/mlton BUILD_DEPENDS= mlton:lang/mlton \