pkgsrc-WIP-changes archive

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

ttyd: Put all bl3 inclusion in the same section



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Tue Sep 16 17:02:07 2025 +0200
Changeset:	c9a6d30519138ba6ff25d39d9df9c68c6f6ad21b

Modified Files:
	ttyd/Makefile

Log Message:
ttyd: Put all bl3 inclusion in the same section

NFC

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

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

diffstat:
 ttyd/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diffs:
diff --git a/ttyd/Makefile b/ttyd/Makefile
index 948cbd9e9f..9c1a18259a 100644
--- a/ttyd/Makefile
+++ b/ttyd/Makefile
@@ -10,9 +10,8 @@ HOMEPAGE=	https://github.com/tsl0922/ttyd/
 COMMENT=	Simple command-line tool for sharing terminal over the web
 LICENSE=	mit
 
+.include "../../devel/cmake/build.mk"
 .include "../../devel/libuv/buildlink3.mk"
 .include "../../textproc/json-c/buildlink3.mk"
 .include "../../www/libwebsockets/buildlink3.mk"
-
-.include "../../devel/cmake/build.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index