pkgsrc/audio/mp3splt-gtk/options.mk
drochner ed52d1f8d7 explicitly pull in omf-scrollkeeper, should fix build problems after
recent gnome-doc-utils update (reported by John Marino)
2012-08-29 19:56:47 +00:00

17 lines
458 B
Makefile

# $NetBSD: options.mk,v 1.2 2012/08/29 19:56:47 drochner Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.mp3splt-gtk
PKG_SUPPORTED_OPTIONS= gnome
PKG_SUGGESTED_OPTIONS= gnome
.include "../../mk/bsd.options.mk"
PLIST_VARS+= gnome
.if empty(PKG_OPTIONS:Mgnome)
CONFIGURE_ARGS+= --disable-gnome
.else
.include "../../textproc/gnome-doc-utils/buildlink3.mk"
.include "../../devel/libgnomeui/buildlink3.mk"
.include "../../mk/omf-scrollkeeper.mk"
PLIST.gnome= yes
.endif