pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/lximage-qt



Module Name:    pkgsrc
Committed By:   abs
Date:           Fri Aug  2 17:50:59 UTC 2024

Modified Files:
        pkgsrc/graphics/lximage-qt: Makefile

Log Message:
Fix path to devel/lxqt-build-tools


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/graphics/lximage-qt/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/lximage-qt/Makefile
diff -u pkgsrc/graphics/lximage-qt/Makefile:1.35 pkgsrc/graphics/lximage-qt/Makefile:1.36
--- pkgsrc/graphics/lximage-qt/Makefile:1.35    Fri Aug  2 17:05:29 2024
+++ pkgsrc/graphics/lximage-qt/Makefile Fri Aug  2 17:50:59 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2024/08/02 17:05:29 pin Exp $
+# $NetBSD: Makefile,v 1.36 2024/08/02 17:50:59 abs Exp $
 
 DISTNAME=      lximage-qt-2.0.1
 CATEGORIES=    graphics
@@ -15,7 +15,7 @@ USE_CMAKE=    yes
 USE_TOOLS+=    pkg-config perl
 USE_LANGUAGES= c c++
 
-TOOL_DEPENDS+= lxqt-build-tools>=2.0.0:../../deve/lxqt-build-tools
+TOOL_DEPENDS+= lxqt-build-tools>=2.0.0:../../devel/lxqt-build-tools
 TOOL_DEPENDS+= qt6-qttools-[0-9]*:../../devel/qt6-qttools
 
 .include "../../x11/libfm-qt/buildlink3.mk"



Home | Main Index | Thread Index | Old Index