diff options
author | hans <hans> | 2012-04-12 13:13:48 +0000 |
---|---|---|
committer | hans <hans> | 2012-04-12 13:13:48 +0000 |
commit | 79bb5726a6b7b37be2a953bd05bf537c082e0fa0 (patch) | |
tree | b1b0ffd816f78df35cb7df5f25b4e303070caab0 | |
parent | 807049e531ebd2d54b38fa64927c8ad349a4f889 (diff) | |
download | pkgsrc-79bb5726a6b7b37be2a953bd05bf537c082e0fa0.tar.gz |
Add localedir setting to CONFIGURE_ARGS.
-rw-r--r-- | print/pdf2djvu/Makefile | 3 |
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" |