diff options
author | jperkin <jperkin@pkgsrc.org> | 2012-11-08 11:52:20 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2012-11-08 11:52:20 +0000 |
commit | 054f2501e45cfea9fea77d31e76b95c00dac3c72 (patch) | |
tree | 655db50151367df5c8b7f6ef9f84ef52a39c9b50 /audio/pulseaudio | |
parent | aad63beccc2c01af57a60d1157202202162026a3 (diff) | |
download | pkgsrc-054f2501e45cfea9fea77d31e76b95c00dac3c72.tar.gz |
USE_TOOLS+= msgfmt, fixes Solaris build.
Diffstat (limited to 'audio/pulseaudio')
-rw-r--r-- | audio/pulseaudio/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/pulseaudio/Makefile b/audio/pulseaudio/Makefile index 70c8207997a..4feb73b0853 100644 --- a/audio/pulseaudio/Makefile +++ b/audio/pulseaudio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.66 2012/11/06 12:04:34 ryoon Exp $ +# $NetBSD: Makefile,v 1.67 2012/11/08 11:52:20 jperkin Exp $ # DISTNAME= pulseaudio-2.1 @@ -14,7 +14,7 @@ LICENSE= gnu-lgpl-v2.1 AND gnu-gpl-v2 GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_TOOLS+= gmake gm4 intltool pkg-config +USE_TOOLS+= gmake gm4 intltool msgfmt pkg-config USE_LANGUAGES= c c++ .include "../../mk/bsd.prefs.mk" @@ -27,7 +27,6 @@ CONFIGURE_ARGS+= --disable-default-build-tests CONFIGURE_ENV+= ac_cv_tls=none .endif - CONFIGURE_ENV+= EGDIR=${EGDIR} MAKE_ENV+= EGDIR=${EGDIR} |