git: ce6d95684b2d - main - sysutils/archivemount: Remove gmake dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 18 Mar 2022 07:16:35 UTC
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=ce6d95684b2de940525a4330552127f694e3ba11 commit ce6d95684b2de940525a4330552127f694e3ba11 Author: Fernando Apesteguía <fernape@FreeBSD.org> AuthorDate: 2022-03-16 12:03:25 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2022-03-18 07:14:18 +0000 sysutils/archivemount: Remove gmake dependency It is not necessary to build the port. PR: 262321 Reported by: billblake2018@gmail.com Approved by: jirnov@gmail.com (maintainer, timeout 2 weeks) --- sysutils/archivemount/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sysutils/archivemount/Makefile b/sysutils/archivemount/Makefile index 26abf359a2c4..375372dbefe9 100644 --- a/sysutils/archivemount/Makefile +++ b/sysutils/archivemount/Makefile @@ -2,7 +2,7 @@ PORTNAME= archivemount DISTVERSION= 0.8.12 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= https://www.cybernoia.de/software/archivemount/ @@ -12,7 +12,7 @@ COMMENT= Mount archives with FUSE LICENSE= LGPL20 LICENSE_FILE= ${WRKSRC}/COPYING -USES= fuse gmake iconv libarchive pkgconfig +USES= fuse iconv libarchive pkgconfig GNU_CONFIGURE= yes PLIST_FILES= bin/archivemount \