diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2002-06-24 00:39:12 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2002-06-24 00:39:12 +0000 |
commit | d2d4b2343e3bc6314477c67aabbb7d3b35bf8bf4 (patch) | |
tree | 44aef2f6b2aba008709ba78b5f9cc40365b622c5 /audio/libao/Makefile | |
parent | Don't chmod to 644 directories. (diff) |
Update the arts dependency to the audio/arts port for kde3.
PR: 39725
Submitted by: alane
Notes
Notes:
svn path=/head/; revision=61850
Diffstat (limited to 'audio/libao/Makefile')
-rw-r--r-- | audio/libao/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/libao/Makefile b/audio/libao/Makefile index 647b0a23af16..37aa309d81d1 100644 --- a/audio/libao/Makefile +++ b/audio/libao/Makefile @@ -7,6 +7,7 @@ PORTNAME= libao PORTVERSION= 0.8.2 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://www.xiph.org/ogg/vorbis/download/ \ http://www.vorbis.com/files/rc3/unix/ \ @@ -37,7 +38,7 @@ PLIST_SUB= ESOUND="@comment " .endif .if exists(${LOCALBASE}/bin/artsc-config) -LIB_DEPENDS= artsc.0:${PORTSDIR}/x11/kdelibs2 +LIB_DEPENDS= artsc.0:${PORTSDIR}/audio/arts PLIST_SUB+= ARTS="" .else PLIST_SUB+= ARTS="@comment " |