git: 85d35a8be249 - main - java/jcommon: enable armv6 and armv7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 24 Oct 2024 11:43:24 UTC
The branch main has been updated by ronald: URL: https://cgit.FreeBSD.org/ports/commit/?id=85d35a8be2497de83426d4abc514533ffc04867e commit 85d35a8be2497de83426d4abc514533ffc04867e Author: Ronald Klop <ronald@FreeBSD.org> AuthorDate: 2024-10-24 10:39:58 +0000 Commit: Ronald Klop <ronald@FreeBSD.org> CommitDate: 2024-10-24 11:42:28 +0000 java/jcommon: enable armv6 and armv7 PR: 282299 Approved by: olgeni@ (maintainer) --- java/jcommon/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/java/jcommon/Makefile b/java/jcommon/Makefile index 6d576c1bbcf0..71cecb0e7ba4 100644 --- a/java/jcommon/Makefile +++ b/java/jcommon/Makefile @@ -9,9 +9,6 @@ WWW= https://www.jfree.org/jcommon/ LICENSE= LGPL21 -BROKEN_armv6= fails to package: find: *: No such file or directory -BROKEN_armv7= fails to package: find: *: No such file or directory - USES= zip USE_JAVA= yes