pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/drawpile



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Jul 21 06:51:37 UTC 2021

Modified Files:
        pkgsrc/graphics/drawpile: Makefile

Log Message:
drawpile: Needs extra-cmake-modules.


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

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

Modified files:

Index: pkgsrc/graphics/drawpile/Makefile
diff -u pkgsrc/graphics/drawpile/Makefile:1.1 pkgsrc/graphics/drawpile/Makefile:1.2
--- pkgsrc/graphics/drawpile/Makefile:1.1       Tue Jul 20 10:54:18 2021
+++ pkgsrc/graphics/drawpile/Makefile   Wed Jul 21 06:51:37 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2021/07/20 10:54:18 nia Exp $
+# $NetBSD: Makefile,v 1.2 2021/07/21 06:51:37 nia Exp $
 
 DISTNAME=      Drawpile-2.1.17
 PKGNAME=       ${DISTNAME:tl}
@@ -10,14 +10,15 @@ HOMEPAGE=   https://drawpile.net/
 COMMENT=       Collaborative drawing program
 LICENSE=       gnu-gpl-v3
 
+TOOL_DEPENDS+= extra-cmake-modules-[0-9]*:../../devel/extra-cmake-modules
+TOOL_DEPENDS+= qt5-qttools-[0-9]*:../../x11/qt5-qttools
+
 USE_CMAKE=     yes
 USE_TOOLS+=    pkg-config
 USE_LANGUAGES= c c++
 
 CMAKE_ARGS+=   -DINITSYS=""
 
-TOOL_DEPENDS+= qt5-qttools-[0-9]*:../../x11/qt5-qttools
-
 .include "../../archivers/karchive/buildlink3.mk"
 .include "../../graphics/giflib/buildlink3.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"



Home | Main Index | Thread Index | Old Index