pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/evince



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Tue Dec 13 12:51:49 UTC 2022

Modified Files:
        pkgsrc/print/evince: Makefile

Log Message:
evince: Use PKGLOCALEDIR.


To generate a diff of this commit:
cvs rdiff -u -r1.156 -r1.157 pkgsrc/print/evince/Makefile

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

Modified files:

Index: pkgsrc/print/evince/Makefile
diff -u pkgsrc/print/evince/Makefile:1.156 pkgsrc/print/evince/Makefile:1.157
--- pkgsrc/print/evince/Makefile:1.156  Wed Nov 23 16:20:57 2022
+++ pkgsrc/print/evince/Makefile        Tue Dec 13 12:51:49 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.156 2022/11/23 16:20:57 adam Exp $
+# $NetBSD: Makefile,v 1.157 2022/12/13 12:51:49 jperkin Exp $
 
 DISTNAME=      evince-43.0
 PKGREVISION=   1
@@ -26,6 +26,7 @@ TOOLS_PLATFORM.msgfmt=
 MESON_ARGS+=   -Dcomics=disabled
 MESON_ARGS+=   -Dgspell=disabled
 MESON_ARGS+=   -Dintrospection=true
+MESON_ARGS+=   -Dlocaledir=${PKGLOCALEDIR}/locale
 MESON_ARGS+=   -Dnautilus=false
 MESON_ARGS+=   -Dthumbnail_cache=disabled
 



Home | Main Index | Thread Index | Old Index