pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/inkscape



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu Dec 12 12:00:22 UTC 2019

Modified Files:
        pkgsrc/graphics/inkscape: Makefile

Log Message:
inkscape: Fix PKGLOCALEDIR.


To generate a diff of this commit:
cvs rdiff -u -r1.198 -r1.199 pkgsrc/graphics/inkscape/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/inkscape/Makefile
diff -u pkgsrc/graphics/inkscape/Makefile:1.198 pkgsrc/graphics/inkscape/Makefile:1.199
--- pkgsrc/graphics/inkscape/Makefile:1.198     Sat Nov 23 09:23:21 2019
+++ pkgsrc/graphics/inkscape/Makefile   Thu Dec 12 12:00:22 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.198 2019/11/23 09:23:21 martin Exp $
+# $NetBSD: Makefile,v 1.199 2019/12/12 12:00:22 jperkin Exp $
 
 DISTNAME=      inkscape-0.92.4
 PKGREVISION=   9
@@ -71,6 +71,8 @@ CHECK_INTERPRETER_SKIP+=      share/inkscape/
 CHECK_PORTABILITY_SKIP+=       packaging/macosx/Resources/bin/inkscape
 CHECK_PORTABILITY_SKIP+=       packaging/macosx/ScriptExec/launcher-quartz-no-macintegration.sh
 
+CMAKE_ARGS+=   -DPACKAGE_LOCALE_DIR=${PREFIX}/${PKGLOCALEDIR}/locale
+
 .include "options.mk"
 
 .include "../../mk/bsd.prefs.mk"



Home | Main Index | Thread Index | Old Index