pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/longboard



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Oct  7 12:12:47 UTC 2021

Modified Files:
        pkgsrc/www/longboard: Makefile

Log Message:
longboard: fix typo


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/longboard/Makefile

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

Modified files:

Index: pkgsrc/www/longboard/Makefile
diff -u pkgsrc/www/longboard/Makefile:1.4 pkgsrc/www/longboard/Makefile:1.5
--- pkgsrc/www/longboard/Makefile:1.4   Thu Oct  7 11:46:11 2021
+++ pkgsrc/www/longboard/Makefile       Thu Oct  7 12:12:47 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2021/10/07 11:46:11 pin Exp $
+# $NetBSD: Makefile,v 1.5 2021/10/07 12:12:47 wiz Exp $
 
 DISTNAME=      longboard-0.0.7
 CATEGORIES=    www
@@ -12,7 +12,7 @@ LICENSE=      apache-2.0 OR mit
 
 # sys-info crate doesn't currently build on 32bit cpus
 # see, https://github.com/FillZpp/sys-info-rs/issues/80
-ONLY_FOR_PLATFORM=     *-*-x86_64mkd
+ONLY_FOR_PLATFORM=     *-*-x86_64
 
 .include "cargo-depends.mk"
 



Home | Main Index | Thread Index | Old Index