pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/ebook-tools



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Aug 19 17:31:51 UTC 2024

Modified Files:
        pkgsrc/textproc/ebook-tools: Makefile

Log Message:
ebook-tools: convert to cmake/build.mk


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/textproc/ebook-tools/Makefile

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

Modified files:

Index: pkgsrc/textproc/ebook-tools/Makefile
diff -u pkgsrc/textproc/ebook-tools/Makefile:1.33 pkgsrc/textproc/ebook-tools/Makefile:1.34
--- pkgsrc/textproc/ebook-tools/Makefile:1.33   Wed May 29 16:34:34 2024
+++ pkgsrc/textproc/ebook-tools/Makefile        Mon Aug 19 17:31:50 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2024/05/29 16:34:34 adam Exp $
+# $NetBSD: Makefile,v 1.34 2024/08/19 17:31:50 wiz Exp $
 
 # also update lit2epub if you update this package.
 DISTNAME=      ebook-tools-0.2.2
@@ -11,9 +11,9 @@ HOMEPAGE=     http://ebook-tools.sourceforge
 COMMENT=       Tools for accessing and converting various ebook file formats
 LICENSE=       mit
 
-USE_CMAKE=     yes
 USE_LANGUAGES= c c++
 
+.include "../../devel/cmake/build.mk"
 .include "../../archivers/libzip/buildlink3.mk"
 .include "../../devel/cmake/buildlink3.mk"
 .include "../../textproc/libxml2/buildlink3.mk"



Home | Main Index | Thread Index | Old Index