Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Nov 2023 07:52:22 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 39e38be0df53 - main - print/libspectre: Remove gmake dependency
Message-ID:  <202311050752.3A57qMCC070027@gitrepo.freebsd.org>

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



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