git: 39e38be0df53 - main - print/libspectre: Remove gmake dependency

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Sun, 05 Nov 2023 07:52:22 UTC
The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=39e38be0df53449e2a8dd5490c596f4d6113e702

commit 39e38be0df53449e2a8dd5490c596f4d6113e702
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2023-11-05 00:02:41 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2023-11-05 07:52:11 +0000

    print/libspectre: Remove gmake dependency
    
    Builds fine without gmake and while at it switch to DISTVERSION
    
    Approved by:    portmgr (blanket, build improvement)
---
 print/libspectre/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/print/libspectre/Makefile b/print/libspectre/Makefile
index ecb71f9e223c..71a81893c49d 100644
--- a/print/libspectre/Makefile
+++ b/print/libspectre/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	libspectre
-PORTVERSION=	0.2.12
+DISTVERSION=	0.2.12
 PORTREVISION=	1
 CATEGORIES=	print
 MASTER_SITES=	http://libspectre.freedesktop.org/releases/
@@ -10,7 +10,7 @@ WWW=		https://www.freedesktop.org/wiki/Software/libspectre/
 
 LICENSE=	GPLv2
 
-USES=		ghostscript gmake gnome libtool localbase pathfix pkgconfig
+USES=		ghostscript gnome libtool localbase pathfix pkgconfig
 USE_LDCONFIG=	yes
 USE_GNOME=	cairo
 GNU_CONFIGURE=	yes