diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2010-02-28 23:03:22 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2010-02-28 23:03:22 +0000 |
commit | 8db887239165e93fbff9f6f0c2d7d9a0112f6fad (patch) | |
tree | 88c84bf41cffa6ed3c8548be1b8df21d89058795 /audio/rhythmbox/Makefile | |
parent | 688d04ebe071423b8cc06715be1130059d4bc4d4 (diff) | |
download | ports-8db887239165e93fbff9f6f0c2d7d9a0112f6fad.tar.gz ports-8db887239165e93fbff9f6f0c2d7d9a0112f6fad.zip |
Update to 0.12.7.
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=250436
Diffstat (limited to 'audio/rhythmbox/Makefile')
-rw-r--r-- | audio/rhythmbox/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile index 71380d5abddc..f50bb61a7bed 100644 --- a/audio/rhythmbox/Makefile +++ b/audio/rhythmbox/Makefile @@ -7,8 +7,7 @@ # PORTNAME= rhythmbox -PORTVERSION= 0.12.6 -PORTREVISION= 2 +PORTVERSION= 0.12.7 CATEGORIES= audio gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -16,6 +15,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= marcus@FreeBSD.org COMMENT= Audio player for GNOME +BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev2.h:${PORTSDIR}/multimedia/v4l_compat LIB_DEPENDS= musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz \ musicbrainz3.6:${PORTSDIR}/audio/libmusicbrainz3 \ id3tag.0:${PORTSDIR}/audio/libid3tag \ @@ -53,6 +53,8 @@ OPTIONS= DAAP "Enable iTunes music sharing" off \ MTP "Enable MS Media Transfer Protocol support" off \ ITMS_PLUGIN "Enable iTunes browser plugin" on +MAN1= rhythmbox-client.1 rhythmbox.1 + .include <bsd.port.pre.mk> .if !defined(WITHOUT_VORBIS) |