pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/pdf2djvu Add localedir setting to CONFIGURE_ARGS.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3cef25a57145
branches:  trunk
changeset: 602342:3cef25a57145
user:      hans <hans%pkgsrc.org@localhost>
date:      Thu Apr 12 13:13:48 2012 +0000

description:
Add localedir setting to CONFIGURE_ARGS.

diffstat:

 print/pdf2djvu/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r f752493d19c7 -r 3cef25a57145 print/pdf2djvu/Makefile
--- a/print/pdf2djvu/Makefile   Thu Apr 12 12:14:12 2012 +0000
+++ b/print/pdf2djvu/Makefile   Thu Apr 12 13:13:48 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2012/02/16 04:00:39 ryoon Exp $
+# $NetBSD: Makefile,v 1.7 2012/04/12 13:13:48 hans Exp $
 #
 
 DISTNAME=      pdf2djvu_0.7.12
@@ -21,6 +21,7 @@
 USE_LANGUAGES=         c++ c
 USE_TOOLS+=            pkg-config gmake intltool msgfmt xgettext gsed:run
 TOOLS_DEPENDS.gsed=    gsed>=4.2:../../textproc/gsed
+CONFIGURE_ARGS+=       --localedir=${PREFIX}/${PKGLOCALEDIR}/locale
 
 .include "../../graphics/djvulibre-lib/buildlink3.mk"
 .include "../../print/poppler/buildlink3.mk"



Home | Main Index | Thread Index | Old Index