Add localedir setting to CONFIGURE_ARGS.
This commit is contained in:
parent
18ecbad8d1
commit
2deb9d8854
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue