diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-02-05 19:14:37 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-02-05 19:14:37 +0800 |
commit | 647c3a7240cf6383a4137c7054ca1a61380c42f8 (patch) | |
tree | 72aef7ad7629dc3ff5cec6ae7ec8bcd66de808c9 /audio | |
parent | dcd8ba11560f87904412149e20fe81ea3bc0dad2 (diff) | |
download | freebsd-ports-gnome-647c3a7240cf6383a4137c7054ca1a61380c42f8.tar.gz freebsd-ports-gnome-647c3a7240cf6383a4137c7054ca1a61380c42f8.tar.zst freebsd-ports-gnome-647c3a7240cf6383a4137c7054ca1a61380c42f8.zip |
Move devel/libcheck to devel/check
- Bump PORTREVISION for dependent ports
Diffstat (limited to 'audio')
-rw-r--r-- | audio/rhythmbox/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile index b588d2eed781..e2673755769c 100644 --- a/audio/rhythmbox/Makefile +++ b/audio/rhythmbox/Makefile @@ -3,7 +3,7 @@ PORTNAME= rhythmbox PORTVERSION= 3.2.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -18,7 +18,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat \ LIB_DEPENDS= libmusicbrainz5.so:audio/libmusicbrainz5 \ libtotem-plparser.so:multimedia/totem-pl-parser \ libdbus-glib-1.so:devel/dbus-glib \ - libcheck.so:devel/libcheck \ + libcheck.so:devel/check \ libpeas-1.0.so:devel/libpeas \ libjson-glib-1.0.so:devel/json-glib \ libsoup-gnome-2.4.so:devel/libsoup-gnome \ |