diff options
Diffstat (limited to 'audio/solfege')
-rw-r--r-- | audio/solfege/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/solfege/Makefile b/audio/solfege/Makefile index afac7f9cb4c..445fb900f88 100644 --- a/audio/solfege/Makefile +++ b/audio/solfege/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2011/11/01 06:00:41 sbd Exp $ +# $NetBSD: Makefile,v 1.32 2012/01/11 20:23:32 hans Exp $ # DISTNAME= solfege-3.14.1 @@ -22,6 +22,7 @@ CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} CONFIGURE_ARGS+= --disable-oss-sound CONFIGURE_ARGS+= --disable-pygtk-test CONFIGURE_ARGS+= --enable-docbook-stylesheet=${LOCALBASE}/share/xsl/docbook/html/chunk.xsl +CONFIGURE_ARGS+= --localedir=${LOCALBASE}/${PKGLOCALEDIR}/locale USE_TOOLS+= gmake gm4 makeinfo pkg-config msgfmt bash:run |