diff options
-rw-r--r-- | multimedia/gnome-mplayer/Makefile | 4 | ||||
-rw-r--r-- | multimedia/gnome-mplayer/options.mk | 5 |
2 files changed, 4 insertions, 5 deletions
diff --git a/multimedia/gnome-mplayer/Makefile b/multimedia/gnome-mplayer/Makefile index c7d8b90f48a..ec3dd7dbfc8 100644 --- a/multimedia/gnome-mplayer/Makefile +++ b/multimedia/gnome-mplayer/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.32 2013/10/10 14:42:25 ryoon Exp $ +# $NetBSD: Makefile,v 1.33 2013/10/16 10:39:05 obache Exp $ # DISTNAME= gnome-mplayer-1.0.8 -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= multimedia MASTER_SITES= http://gnome-mplayer.googlecode.com/files/ diff --git a/multimedia/gnome-mplayer/options.mk b/multimedia/gnome-mplayer/options.mk index 6fbe190c291..c88837a278e 100644 --- a/multimedia/gnome-mplayer/options.mk +++ b/multimedia/gnome-mplayer/options.mk @@ -1,8 +1,8 @@ -# $NetBSD: options.mk,v 1.5 2013/08/16 09:20:40 obache Exp $ +# $NetBSD: options.mk,v 1.6 2013/10/16 10:39:05 obache Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.gnome-mplayer PKG_SUPPORTED_OPTIONS= gnome musicbrainz libgpod -PKG_SUGGESTED_OPTIONS= gnome musicbrainz +PKG_SUGGESTED_OPTIONS= gnome .include "../../mk/bsd.options.mk" @@ -12,7 +12,6 @@ PLIST_VARS+= nautilus # Compile the nautilus plugin # .if !empty(PKG_OPTIONS:Mgnome) -DEPENDS+= gnome-power-manager-[0-9]*:../../sysutils/gnome-power-manager .include "../../sysutils/libnotify/buildlink3.mk" .include "../../sysutils/nautilus/buildlink3.mk" CONFIGURE_ARGS+= --enable-nautilus |