diff options
author | naddy <naddy@FreeBSD.org> | 2009-07-07 05:25:59 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2009-07-07 05:25:59 +0800 |
commit | f6e979784bf8780b8574799132f3ff80a7ecc4a9 (patch) | |
tree | 7ee4aff47bae455bf0925c39c902355885945dda /audio/libcanberra | |
parent | 5a8a2d88c77fe1ce7b74e234ace9ac56bafefc05 (diff) | |
download | freebsd-ports-gnome-f6e979784bf8780b8574799132f3ff80a7ecc4a9.tar.gz freebsd-ports-gnome-f6e979784bf8780b8574799132f3ff80a7ecc4a9.tar.zst freebsd-ports-gnome-f6e979784bf8780b8574799132f3ff80a7ecc4a9.zip |
Bump PORTREVISION after libogg and libvorbisfile major version increment.
Diffstat (limited to 'audio/libcanberra')
-rw-r--r-- | audio/libcanberra/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/libcanberra/Makefile b/audio/libcanberra/Makefile index 96f691f11897..13a1d9f532c7 100644 --- a/audio/libcanberra/Makefile +++ b/audio/libcanberra/Makefile @@ -7,14 +7,14 @@ PORTNAME= libcanberra PORTVERSION= 0.10 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio devel MASTER_SITES= http://0pointer.de/lennart/projects/libcanberra/ MAINTAINER= gnome@FreeBSD.org COMMENT= Implementation of the Freedesktop sound theme spec -LIB_DEPENDS= vorbisfile.5:${PORTSDIR}/audio/libvorbis +LIB_DEPENDS= vorbisfile.6:${PORTSDIR}/audio/libvorbis USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack gtk20 ltverhack gconf2 |