pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/focuswriter



Module Name:    pkgsrc
Committed By:   pin
Date:           Wed Sep 13 20:37:23 UTC 2023

Modified Files:
        pkgsrc/editors/focuswriter: Makefile

Log Message:
editors/focuswriter: fix broken build


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/editors/focuswriter/Makefile

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

Modified files:

Index: pkgsrc/editors/focuswriter/Makefile
diff -u pkgsrc/editors/focuswriter/Makefile:1.25 pkgsrc/editors/focuswriter/Makefile:1.26
--- pkgsrc/editors/focuswriter/Makefile:1.25    Wed Sep  6 11:23:36 2023
+++ pkgsrc/editors/focuswriter/Makefile Wed Sep 13 20:37:23 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2023/09/06 11:23:36 pin Exp $
+# $NetBSD: Makefile,v 1.26 2023/09/13 20:37:23 pin Exp $
 
 DISTNAME=      focuswriter-1.8.5
 CATEGORIES=    editors
@@ -23,6 +23,7 @@ TOOL_DEPENDS+=        qt6-qttools-[0-9]*:../../
 .include "../../x11/qt6-qtbase/buildlink3.mk"
 .include "../../multimedia/qt6-qtmultimedia/buildlink3.mk"
 .include "../../textproc/hunspell/buildlink3.mk"
+.include "../../converters/libiconv/buildlink3.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../devel/cmake/build.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index