summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorjperkin <jperkin>2012-11-08 11:52:20 +0000
committerjperkin <jperkin>2012-11-08 11:52:20 +0000
commitbbe05e730a07722aa6b1a1bfc12b15a0e41db13e (patch)
tree655db50151367df5c8b7f6ef9f84ef52a39c9b50 /audio
parent0860590bea7fa6304b03e93e1d301673f94045de (diff)
downloadpkgsrc-bbe05e730a07722aa6b1a1bfc12b15a0e41db13e.tar.gz
USE_TOOLS+= msgfmt, fixes Solaris build.
Diffstat (limited to 'audio')
-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}