Pullup ticket #2800.
[pkgsrc.git] / audio / xfce4-xmms-plugin / options.mk
1 # $NetBSD$
2
3 PKG_OPTIONS_VAR=                PKG_OPTIONS.xfce4-xmms-plugin
4 PKG_SUPPORTED_OPTIONS=
5 PKG_OPTIONS_REQUIRED_GROUPS+=   xfce4-xmms-plugin-player
6 PKG_OPTIONS_GROUP.xfce4-xmms-plugin-player=     xmms bmp
7 PKG_SUGGESTED_OPTIONS=          xmms
8
9 .include "../../mk/bsd.options.mk"
10
11 .if !empty(PKG_OPTIONS:Mbmp)
12 .include "../../audio/bmp/buildlink3.mk"
13 .else
14 .include "../../audio/xmms/buildlink3.mk"
15 .endif