diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2022-08-26 15:31:20 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2022-08-26 17:02:25 +0000 |
commit | d9b0d9ac4e6b3fc91eb160e6f884d96354caa9bd (patch) | |
tree | 6578caaa36b53619d5b5d061d20daeb70aa32dc3 /audio/rhythmbox | |
parent | 19a9a1889f0e14b7ec179103da50cfd8b1216970 (diff) | |
download | ports-d9b0d9ac4e6b3fc91eb160e6f884d96354caa9bd.tar.gz ports-d9b0d9ac4e6b3fc91eb160e6f884d96354caa9bd.zip |
Diffstat (limited to 'audio/rhythmbox')
-rw-r--r-- | audio/rhythmbox/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile index 8550ffbb9db0..36fba8446f13 100644 --- a/audio/rhythmbox/Makefile +++ b/audio/rhythmbox/Makefile @@ -11,7 +11,6 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat \ - valac:lang/vala \ itstool:textproc/itstool LIB_DEPENDS= libtotem-plparser.so:multimedia/totem-pl-parser \ libdbus-1.so:devel/dbus \ @@ -24,7 +23,7 @@ LIB_DEPENDS= libtotem-plparser.so:multimedia/totem-pl-parser \ libtdb.so:databases/tdb USES= desktop-file-utils gettext gnome gstreamer localbase:ldflags meson \ - pkgconfig tar:xz xorg + pkgconfig tar:xz vala:build xorg USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 introspection libxml2 USE_XORG= ice x11 xorgproto USE_GSTREAMER= flac lame jpeg cdparanoia vorbis |