diff options
Diffstat (limited to 'x11/qt5-qtbase/options.mk')
-rw-r--r-- | x11/qt5-qtbase/options.mk | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/x11/qt5-qtbase/options.mk b/x11/qt5-qtbase/options.mk index 12be2dc2b3f..ec1dee3f86a 100644 --- a/x11/qt5-qtbase/options.mk +++ b/x11/qt5-qtbase/options.mk @@ -1,12 +1,11 @@ -# $NetBSD: options.mk,v 1.10 2018/01/17 19:30:46 markd Exp $ +# $NetBSD: options.mk,v 1.11 2018/12/18 09:57:18 adam Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.qt5 PKG_SUPPORTED_OPTIONS= cups eglfs gtk3 -#PKG_SUGGESTED_OPTIONS= cups .include "../../mk/bsd.options.mk" -PLIST_VARS+= cups gtk3 +PLIST_VARS+= cups .if !empty(PKG_OPTIONS:Mcups) . include "../../print/cups-base/buildlink3.mk" @@ -25,7 +24,6 @@ CONFIGURE_ARGS+= -no-cups .if !empty(PKG_OPTIONS:Mgtk3) . include "../../x11/gtk3/buildlink3.mk" CONFIGURE_ARGS+= -gtk -PLIST.gtk2= yes .else CONFIGURE_ARGS+= -no-gtk .endif |