aboutsummaryrefslogtreecommitdiff
path: root/audio/pulseaudio/Makefile
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2008-09-29 04:33:08 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2008-09-29 04:33:08 +0000
commit316ff63907313ef32e6feb97ca3343614444f058 (patch)
tree2dc2506f2e0a7bfc2e40fcd9260e3298285d946e /audio/pulseaudio/Makefile
parent85df4d3127c6b9639805a7670e4697239213fed6 (diff)
downloadports-316ff63907313ef32e6feb97ca3343614444f058.tar.gz
ports-316ff63907313ef32e6feb97ca3343614444f058.zip
Notes
Diffstat (limited to 'audio/pulseaudio/Makefile')
-rw-r--r--audio/pulseaudio/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/pulseaudio/Makefile b/audio/pulseaudio/Makefile
index 181f34583b53..9a84700f5cf4 100644
--- a/audio/pulseaudio/Makefile
+++ b/audio/pulseaudio/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= pulseaudio
-PORTVERSION= 0.9.11
+PORTVERSION= 0.9.12
CATEGORIES= audio
MASTER_SITES= http://0pointer.de/lennart/projects/${PORTNAME}/
@@ -29,7 +29,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
PTHREAD_LIBS="${PTHREAD_LIBS}" \
- LIBS="-lm"
+ LIBS="-lm -lintl"
CONFIGURE_ARGS= --localstatedir=/var \
--disable-lirc # untested
@@ -90,7 +90,7 @@ post-patch:
.endif
post-install:
-.for ii in default.pa daemon.conf client.conf
+.for ii in default.pa daemon.conf client.conf system.pa
${INSTALL_DATA} ${WRKSRC}/src/${ii} \
${PREFIX}/etc/pulse/${ii}-dist
.endfor