git: adc83f029d8f - main - Port builds fine using the regular make. No need to depend on gmake for building.

Hans Petter Selasky hselasky at FreeBSD.org
Wed Apr 7 13:14:05 UTC 2021


The branch main has been updated by hselasky:

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

commit adc83f029d8f9c56ceec9ebe076e479426e9f828
Author:     Hans Petter Selasky <hselasky at FreeBSD.org>
AuthorDate: 2021-04-07 13:10:27 +0000
Commit:     Hans Petter Selasky <hselasky at 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 at 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


More information about the dev-commits-ports-all mailing list