diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-08-06 06:32:59 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-08-06 06:32:59 +0000 |
commit | 08efae26486e94537d34a477ca86fb01f76d031c (patch) | |
tree | d2797955903ceffd142754ad0063b7e534161f68 /audio/libcanberra | |
parent | f093f93361440b1401ef3cf8ba0c480ad7b8de94 (diff) |
Add a missing dependency on libvorbis.
Reported by: QA bot
Notes
Notes:
svn path=/head/; revision=218097
Diffstat (limited to 'audio/libcanberra')
-rw-r--r-- | audio/libcanberra/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/libcanberra/Makefile b/audio/libcanberra/Makefile index 1c8fd815781a..87a19a146de9 100644 --- a/audio/libcanberra/Makefile +++ b/audio/libcanberra/Makefile @@ -7,12 +7,15 @@ PORTNAME= libcanberra PORTVERSION= 0.6 +PORTREVISION= 1 CATEGORIES= audio devel MASTER_SITES= http://0pointer.de/public/ MAINTAINER= gnome@FreeBSD.org COMMENT= Implementation of the Freedesktop sound theme spec +LIB_DEPENDS= vorbisfile.5:${PORTSDIR}/audio/libvorbis + USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack gtk20 ltverhack USE_LDCONFIG= yes |