pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/openFPGALoader



Module Name:    pkgsrc
Committed By:   thorpej
Date:           Tue Aug 20 05:41:18 UTC 2024

Modified Files:
        pkgsrc/devel/openFPGALoader: Makefile

Log Message:
Stop using USE_CMAKE in favor of the new idiom.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/openFPGALoader/Makefile

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

Modified files:

Index: pkgsrc/devel/openFPGALoader/Makefile
diff -u pkgsrc/devel/openFPGALoader/Makefile:1.1 pkgsrc/devel/openFPGALoader/Makefile:1.2
--- pkgsrc/devel/openFPGALoader/Makefile:1.1    Thu Apr 25 00:34:41 2024
+++ pkgsrc/devel/openFPGALoader/Makefile        Tue Aug 20 05:41:18 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2024/04/25 00:34:41 thorpej Exp $
+# $NetBSD: Makefile,v 1.2 2024/08/20 05:41:18 thorpej Exp $
 
 OFPGAL_VERSION=0.12.1
 
@@ -15,13 +15,13 @@ HOMEPAGE=   https://trabucayre.github.io/o
 COMMENT=       A universal utility for programming FPGAs
 LICENSE=       apache-2.0
 
-USE_CMAKE=     yes
 USE_LANGUAGES= c++
 USE_TOOLS+=    pkg-config
 
 .include "../../mk/bsd.prefs.mk"
 
 .include "../../comms/libhidapi/buildlink3.mk"
+.include "../../devel/cmake/build.mk"
 .include "../../devel/libftdi1/buildlink3.mk"
 .include "../../devel/libusb1/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"



Home | Main Index | Thread Index | Old Index