diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-09-10 08:51:18 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-09-10 08:51:18 +0800 |
commit | b2ebc9589d862b7ae33a660aae05a3d3163aa105 (patch) | |
tree | 46586693baf7193c66a777c9d895b2b08b5cdb97 /audio | |
parent | 719157e20f4595dc6e11e881ea48e1840da49991 (diff) | |
download | marcuscom-ports-b2ebc9589d862b7ae33a660aae05a3d3163aa105.tar.gz marcuscom-ports-b2ebc9589d862b7ae33a660aae05a3d3163aa105.tar.zst marcuscom-ports-b2ebc9589d862b7ae33a660aae05a3d3163aa105.zip |
INSTALLS_SHLIB -> USE_LDCONFIG, only on gnome@FreeBSD.org ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7274 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio')
-rw-r--r-- | audio/pulseaudio/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/pulseaudio/Makefile b/audio/pulseaudio/Makefile index 89cf906d7..a79589c1e 100644 --- a/audio/pulseaudio/Makefile +++ b/audio/pulseaudio/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/audio/pulseaudio/Makefile,v 1.3 2006/07/22 16:58:15 ahze Exp $ +# $MCom: ports/audio/pulseaudio/Makefile,v 1.4 2006/07/22 17:51:58 ahze Exp $ PORTNAME= pulseaudio PORTVERSION= 0.9.3 @@ -21,7 +21,7 @@ CONFLICTS= polypaudio-[1-9]* USE_GNOME= gnometarget gnomehack glib20 WANT_GNOME= yes USE_XLIB= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes USE_AUTOTOOLS= libltdl:15 GNU_CONFIGURE= yes USE_GMAKE= yes |