summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorhans <hans@pkgsrc.org>2012-04-12 13:13:48 +0000
committerhans <hans@pkgsrc.org>2012-04-12 13:13:48 +0000
commit5fa27b24d7f6d329f864ebe20f55be0bb6a1113b (patch)
treeb1b0ffd816f78df35cb7df5f25b4e303070caab0 /print
parent6eed16ce4d89d056535117845dd5ef20ac12bb28 (diff)
downloadpkgsrc-5fa27b24d7f6d329f864ebe20f55be0bb6a1113b.tar.gz
Add localedir setting to CONFIGURE_ARGS.
Diffstat (limited to 'print')
-rw-r--r--print/pdf2djvu/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/print/pdf2djvu/Makefile b/print/pdf2djvu/Makefile
index bd0e9909d6c..96085f1369a 100644
--- a/print/pdf2djvu/Makefile
+++ b/print/pdf2djvu/Makefile
@@ -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_PKGLOCALEDIR= yes
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"