pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

presenterm: add missing GNU make tool



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Wed Mar 26 19:28:10 2025 +0100
Changeset:	8bc1e012256aa909bc72ac13f24b924223e4be97

Modified Files:
	presenterm/Makefile

Log Message:
presenterm: add missing GNU make tool

Re-order some lines while here.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8bc1e012256aa909bc72ac13f24b924223e4be97

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 presenterm/Makefile | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diffs:
diff --git a/presenterm/Makefile b/presenterm/Makefile
index 7e418547f4..37894f2547 100644
--- a/presenterm/Makefile
+++ b/presenterm/Makefile
@@ -1,9 +1,9 @@
 # $NetBSD$
 
-GITHUB_TAG=	v${PKGVERSION_NOREV}
 DISTNAME=	presenterm-0.12.0
 CATEGORIES=	textproc
 MASTER_SITES=	${MASTER_SITE_GITHUB:=mfontanini/}
+GITHUB_TAG=	v${PKGVERSION_NOREV}
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	https://mfontanini.github.io/presenterm/
@@ -11,13 +11,14 @@ COMMENT=	Markdown terminal slideshow tool
 LICENSE=	2-clause-bsd
 
 USE_LANGUAGES=		c
+# for sixel-sys crate
+USE_TOOLS+=		gmake
 CARGO_FEATURES+=	sixel
 
-.include "cargo-depends.mk"
-.include "../../lang/rust/cargo.mk"
-.include "../../graphics/libsixel/buildlink3.mk"
-
 # ensure libsixel is available to the rust compiler
 RUSTFLAGS+=	-C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.libsixel}/lib
 
+.include "cargo-depends.mk"
+.include "../../lang/rust/cargo.mk"
+.include "../../graphics/libsixel/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index