summaryrefslogtreecommitdiff
path: root/audio/rhythmbox/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'audio/rhythmbox/options.mk')
-rw-r--r--audio/rhythmbox/options.mk13
1 files changed, 10 insertions, 3 deletions
diff --git a/audio/rhythmbox/options.mk b/audio/rhythmbox/options.mk
index f1a34537dab..73e1247fbf7 100644
--- a/audio/rhythmbox/options.mk
+++ b/audio/rhythmbox/options.mk
@@ -1,9 +1,9 @@
-# $NetBSD: options.mk,v 1.1 2009/05/26 20:26:58 wiz Exp $
+# $NetBSD: options.mk,v 1.2 2010/02/03 12:45:15 drochner Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.rhythmbox
-PKG_SUPPORTED_OPTIONS= hal
+PKG_SUPPORTED_OPTIONS= hal daap
PKG_SUGGESTED_OPTIONS= hal
-PLIST_VARS+= hal
+PLIST_VARS+= hal daap
.include "../../mk/bsd.options.mk"
@@ -19,3 +19,10 @@ PLIST.hal= yes
.else
CONFIGURE_ARGS+= --without-hal
.endif
+
+.if !empty(PKG_OPTIONS:Mdaap)
+.include "../../net/avahi/buildlink3.mk"
+PLIST.daap= yes
+.else
+CONFIGURE_ARGS+= --disable-daap
+.endif