x11/mate-session-manager: remove unknown configure options

This commit is contained in:
rillig 2020-05-31 15:49:15 +00:00
parent dbc2d7a600
commit 834886e4fa
2 changed files with 2 additions and 6 deletions

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.22 2020/04/11 06:33:47 gutteridge Exp $
# $NetBSD: Makefile,v 1.23 2020/05/31 15:49:15 rillig Exp $
.include "../../meta-pkgs/mate/Makefile.common"
@ -17,7 +17,6 @@ DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl
USE_TOOLS+= autoreconf automake autoconf aclocal libtoolize
.include "../../graphics/MesaLib/features.mk"
CONFIGURE_ARGS+= --with-glesv2=${MESALIB_SUPPORTS_GLESv2}
PLIST_VARS+= glesv2
.if ${MESALIB_SUPPORTS_GLESv2} == "yes"
PLIST.glesv2= yes

View file

@ -1,4 +1,4 @@
# $NetBSD: options.mk,v 1.1 2016/05/22 13:03:21 youri Exp $
# $NetBSD: options.mk,v 1.2 2020/05/31 15:49:15 rillig Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.mate-session-manager
PKG_SUPPORTED_OPTIONS= inet6 upower
@ -14,7 +14,4 @@ CONFIGURE_ARGS+= --disable-ipv6
.if !empty(PKG_OPTIONS:Mupower)
.include "../../sysutils/upower/buildlink3.mk"
CONFIGURE_ARGS+= --enable-upower
.else
CONFIGURE_ARGS+= --disable-upower
.endif