diff options
Diffstat (limited to 'audio/rhythmbox-gtk3/Makefile')
-rw-r--r-- | audio/rhythmbox-gtk3/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/rhythmbox-gtk3/Makefile b/audio/rhythmbox-gtk3/Makefile index 1dcb22269e6..43c0879e19a 100644 --- a/audio/rhythmbox-gtk3/Makefile +++ b/audio/rhythmbox-gtk3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2015/10/10 01:58:00 ryoon Exp $ +# $NetBSD: Makefile,v 1.28 2015/12/29 04:54:36 dholland Exp $ DISTNAME= rhythmbox-3.0.1 PKGREVISION= 7 @@ -37,11 +37,11 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27 .include "../../devel/glib2/buildlink3.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" # needs introspection support -BUILDLINK_API_DEPENDS.gstreamer1+= gstreamer1>=1.0.6 -BUILDLINK_API_DEPENDS.gst-plugins1-base+= gst-plugins1-base>=1.0.6 +BUILDLINK_API_DEPENDS.gstreamer1+= gstreamer1>=1.0.6 +BUILDLINK_API_DEPENDS.gst-plugins1-base+= gst-plugins1-base>=1.0.6 .include "../../multimedia/gstreamer1/buildlink3.mk" .include "../../multimedia/gst-plugins1-base/buildlink3.mk" -BUILDLINK_API_DEPENDS.totem-pl-parser+= totem-pl-parser>=3.2.0 +BUILDLINK_API_DEPENDS.totem-pl-parser+= totem-pl-parser>=3.2.0 .include "../../multimedia/totem-pl-parser/buildlink3.mk" .include "../../net/libsoup/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" |