aboutsummaryrefslogtreecommitdiffstats
path: root/audio/pulseaudio/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2008-09-29 12:33:08 +0800
committermarcus <marcus@FreeBSD.org>2008-09-29 12:33:08 +0800
commit94e670b38eb48e24b707342df4af99459dbc54d9 (patch)
tree347b0b0a9cbb7e9a59305b8d1ff13e7e20affe45 /audio/pulseaudio/Makefile
parent64d27dab1eef1915637f54ede152c5cf24c88fc8 (diff)
downloadfreebsd-ports-gnome-94e670b38eb48e24b707342df4af99459dbc54d9.tar.gz
freebsd-ports-gnome-94e670b38eb48e24b707342df4af99459dbc54d9.tar.zst
freebsd-ports-gnome-94e670b38eb48e24b707342df4af99459dbc54d9.zip
Update to 0.9.12.
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