pkgsrc-Changes archive

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

CVS commit: pkgsrc/finance/rex



Module Name:    pkgsrc
Committed By:   ktnb
Date:           Fri Apr 24 19:29:55 UTC 2026

Modified Files:
        pkgsrc/finance/rex: Makefile

Log Message:
rex: fixed building on darwin


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/finance/rex/Makefile

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

Modified files:

Index: pkgsrc/finance/rex/Makefile
diff -u pkgsrc/finance/rex/Makefile:1.29 pkgsrc/finance/rex/Makefile:1.30
--- pkgsrc/finance/rex/Makefile:1.29    Mon Apr 20 12:21:04 2026
+++ pkgsrc/finance/rex/Makefile Fri Apr 24 19:29:55 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2026/04/20 12:21:04 pin Exp $
+# $NetBSD: Makefile,v 1.30 2026/04/24 19:29:55 ktnb Exp $
 
 DISTNAME=      rex-0.2.6
 CATEGORIES=    finance
@@ -32,5 +32,8 @@ do-install:
 .include "../../lang/rust/cargo.mk"
 .include "../../security/openssl/buildlink3.mk"
 .include "../../databases/sqlite3/buildlink3.mk"
+.include "../../devel/wayland/platform.mk"
+.if ${PLATFORM_SUPPORTS_WAYLAND:tl} == yes
 .include "../../devel/wayland/buildlink3.mk"
+.endif
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index