pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/viewnior
Module Name: pkgsrc
Committed By: nia
Date: Mon Apr 12 13:23:05 UTC 2021
Modified Files:
pkgsrc/graphics/viewnior: Makefile
Log Message:
viewnior: update msfmt workaround, set PYTHON_FOR_BUILD_ONLY
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/graphics/viewnior/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/viewnior/Makefile
diff -u pkgsrc/graphics/viewnior/Makefile:1.33 pkgsrc/graphics/viewnior/Makefile:1.34
--- pkgsrc/graphics/viewnior/Makefile:1.33 Mon Aug 17 20:19:11 2020
+++ pkgsrc/graphics/viewnior/Makefile Mon Apr 12 13:23:05 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2020/08/17 20:19:11 leot Exp $
+# $NetBSD: Makefile,v 1.34 2021/04/12 13:23:05 nia Exp $
DISTNAME= viewnior-1.7
PKGREVISION= 1
@@ -17,8 +17,13 @@ WRKSRC= ${WRKDIR}/Viewnior-${DISTNAME}
USE_TOOLS+= pkg-config msgfmt xgettext
USE_LANGUAGES= c c++
-# XXX: msgfmt: unknown option -- desktop
-_TOOLS_USE_PKGSRC.msgfmt= yes
+.include "../../mk/bsd.prefs.mk"
+# msgfmt: unknown option -- desktop
+.if ${OPSYS} == "NetBSD"
+TOOLS_PLATFORM.msgfmt=
+.endif
+
+PYTHON_FOR_BUILD_ONLY= tool
.include "../../devel/meson/build.mk"
.include "../../databases/shared-mime-info/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index