summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorgutteridge <gutteridge@pkgsrc.org>2020-11-09 23:48:31 +0000
committergutteridge <gutteridge@pkgsrc.org>2020-11-09 23:48:31 +0000
commitee8b7c1020670d61cdac28bbc9806d383d47a270 (patch)
tree270fb538791de5a58e0b51a49e0215f743699615 /x11
parent7c2a527d19ae39770e6d4869159eeeccb0158cea (diff)
downloadpkgsrc-ee8b7c1020670d61cdac28bbc9806d383d47a270.tar.gz
mate-terminal: remove unused PLIST_VAR
The skey option hasn't made a difference in PLIST content in some time.
Diffstat (limited to 'x11')
-rw-r--r--x11/mate-terminal/options.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/x11/mate-terminal/options.mk b/x11/mate-terminal/options.mk
index fcf9a110848..527d13656d8 100644
--- a/x11/mate-terminal/options.mk
+++ b/x11/mate-terminal/options.mk
@@ -1,16 +1,13 @@
-# $NetBSD: options.mk,v 1.1 2016/05/21 19:16:49 youri Exp $
+# $NetBSD: options.mk,v 1.2 2020/11/09 23:48:31 gutteridge Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.mate-terminal
PKG_SUPPORTED_OPTIONS= skey
PKG_SUGGESTED_OPTIONS= skey
-PLIST_VARS+= skey
-
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mskey)
CONFIGURE_ARGS+= --enable-skey
-PLIST.skey= yes
.else
CONFIGURE_ARGS+= --disable-skey
.endif