remove unwanted introspection option from PKG_SUGGESTED_OPTIONS.

PR pkg/48072.
This commit is contained in:
obache 2013-07-22 12:53:05 +00:00
parent 101eeaf899
commit 2bb8c3b95f

View file

@ -1,9 +1,8 @@
# $NetBSD: options.mk,v 1.1 2013/07/15 02:06:54 obache Exp $
# $NetBSD: options.mk,v 1.2 2013/07/22 12:53:05 obache Exp $
#
PKG_OPTIONS_VAR= PKG_OPTIONS.clutter-gst
PKG_SUPPORTED_OPTIONS= introspection
PKG_SUGGESTED_OPTIONS= introspection
.include "../../mk/bsd.options.mk"