summaryrefslogtreecommitdiff
path: root/audio/pulseaudio
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2012-11-08 11:52:20 +0000
committerjperkin <jperkin@pkgsrc.org>2012-11-08 11:52:20 +0000
commit054f2501e45cfea9fea77d31e76b95c00dac3c72 (patch)
tree655db50151367df5c8b7f6ef9f84ef52a39c9b50 /audio/pulseaudio
parentaad63beccc2c01af57a60d1157202202162026a3 (diff)
downloadpkgsrc-054f2501e45cfea9fea77d31e76b95c00dac3c72.tar.gz
USE_TOOLS+= msgfmt, fixes Solaris build.
Diffstat (limited to 'audio/pulseaudio')
-rw-r--r--audio/pulseaudio/Makefile5
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}