Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Mar 2022 07:16:35 GMT
From:      =?utf-8?Q?Fernando Apestegu=C3=ADa?= <fernape@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ce6d95684b2d - main - sysutils/archivemount: Remove gmake dependency
Message-ID:  <202203180716.22I7GZ2W005124@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203180716.22I7GZ2W005124>