pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/inkscape inkscape: Fix PKGLOCALEDIR.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/88a7c669acd5
branches:  trunk
changeset: 345457:88a7c669acd5
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Thu Dec 12 12:00:22 2019 +0000

description:
inkscape: Fix PKGLOCALEDIR.

diffstat:

 graphics/inkscape/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 94dfb2f09f6c -r 88a7c669acd5 graphics/inkscape/Makefile
--- a/graphics/inkscape/Makefile        Thu Dec 12 10:46:15 2019 +0000
+++ b/graphics/inkscape/Makefile        Thu Dec 12 12:00:22 2019 +0000
@@ -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_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