Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Apr 2021 13:14:05 GMT
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: adc83f029d8f - main - Port builds fine using the regular make. No need to depend on gmake for building.
Message-ID:  <202104071314.137DE5Bm035058@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by hselasky:

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

commit adc83f029d8f9c56ceec9ebe076e479426e9f828
Author:     Hans Petter Selasky <hselasky@FreeBSD.org>
AuthorDate: 2021-04-07 13:10:27 +0000
Commit:     Hans Petter Selasky <hselasky@FreeBSD.org>
CommitDate: 2021-04-07 13:10:27 +0000

    Port builds fine using the regular make.
    No need to depend on gmake for building.
    
    Suggested by:   Sid <sid@bsdmail.com>
    Approved by:    pi (implicit)
---
 print/dymo-cups-drivers/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/print/dymo-cups-drivers/Makefile b/print/dymo-cups-drivers/Makefile
index 1699b5c82a1f..0bf1e28f6b6b 100644
--- a/print/dymo-cups-drivers/Makefile
+++ b/print/dymo-cups-drivers/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	dymo-cups-drivers
 PORTVERSION=	1.4.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	print
 MASTER_SITES=	http://download.dymo.com/Software/Linux/
 
@@ -14,7 +14,6 @@ LIB_DEPENDS=	libcupsimage.so:print/cups
 
 WRKSRC=		${WRKDIR}/dymo-cups-drivers-1.4.0.5
 
-USES=		gmake
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib



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