diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-09-29 04:33:08 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-09-29 04:33:08 +0000 |
commit | 316ff63907313ef32e6feb97ca3343614444f058 (patch) | |
tree | 2dc2506f2e0a7bfc2e40fcd9260e3298285d946e /audio/pulseaudio/Makefile | |
parent | 85df4d3127c6b9639805a7670e4697239213fed6 (diff) | |
download | ports-316ff63907313ef32e6feb97ca3343614444f058.tar.gz ports-316ff63907313ef32e6feb97ca3343614444f058.zip |
Notes
Diffstat (limited to 'audio/pulseaudio/Makefile')
-rw-r--r-- | audio/pulseaudio/Makefile | 6 |
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 |