pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/maim



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Sun Jun  2 14:35:36 UTC 2024

Modified Files:
        pkgsrc/x11/maim: Makefile

Log Message:
x11/maim: convert to devel/cmake/build.mk


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/x11/maim/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/maim/Makefile
diff -u pkgsrc/x11/maim/Makefile:1.19 pkgsrc/x11/maim/Makefile:1.20
--- pkgsrc/x11/maim/Makefile:1.19       Sun Jun  2 14:33:25 2024
+++ pkgsrc/x11/maim/Makefile    Sun Jun  2 14:35:36 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2024/06/02 14:33:25 ryoon Exp $
+# $NetBSD: Makefile,v 1.20 2024/06/02 14:35:36 ryoon Exp $
 
 DISTNAME=      maim-5.7.4
 PKGREVISION=   6
@@ -12,7 +12,6 @@ COMMENT=      Screenshot utility with improve
 LICENSE=       gnu-gpl-v3
 
 EXTRACT_USING= bsdtar
-USE_CMAKE=     yes
 USE_TOOLS+=    pkg-config
 USE_LANGUAGES= c c++
 FORCE_CXX_STD= c++17
@@ -30,4 +29,5 @@ BUILDLINK_API_DEPENDS.slop?=    slop>=7.
 .include "../../x11/slop/buildlink3.mk"
 .include "../../mk/jpeg.buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"
+.include "../../devel/cmake/build.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index