pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/slop



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Sun Jun  2 14:30:01 UTC 2024

Modified Files:
        pkgsrc/x11/slop: Makefile

Log Message:
x11/slop: Convert to devel/cmake/build.mk


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/x11/slop/Makefile

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

Modified files:

Index: pkgsrc/x11/slop/Makefile
diff -u pkgsrc/x11/slop/Makefile:1.18 pkgsrc/x11/slop/Makefile:1.19
--- pkgsrc/x11/slop/Makefile:1.18       Sun Jun  2 14:28:28 2024
+++ pkgsrc/x11/slop/Makefile    Sun Jun  2 14:30:01 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2024/06/02 14:28:28 ryoon Exp $
+# $NetBSD: Makefile,v 1.19 2024/06/02 14:30:01 ryoon Exp $
 
 DISTNAME=      slop-7.5
 PKGREVISION=   9
@@ -16,7 +16,6 @@ EXTRACT_USING=        bsdtar
 USE_TOOLS+=    pkg-config
 USE_LANGUAGES= c c++
 FORCE_CXX_STD= c++17
-USE_CMAKE=     yes
 
 CMAKE_ARGS+=   -DCMAKE_BUILD_TYPE="Release"
 
@@ -28,4 +27,5 @@ CMAKE_ARGS+=  -DCMAKE_BUILD_TYPE="Release
 .include "../../x11/libX11/buildlink3.mk"
 .include "../../x11/libXext/buildlink3.mk"
 .include "../../x11/libXrender/buildlink3.mk"
+.include "../../devel/cmake/build.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index