Add localedir setting to CONFIGURE_ARGS.

This commit is contained in:
hans 2012-04-12 13:13:48 +00:00
parent 18ecbad8d1
commit 2deb9d8854

View file

@ -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"