aboutsummaryrefslogtreecommitdiffstats
path: root/x11/xbindkeys
diff options
context:
space:
mode:
authorpat <pat@FreeBSD.org>2002-05-23 09:03:59 +0800
committerpat <pat@FreeBSD.org>2002-05-23 09:03:59 +0800
commit55f99c1cb09c0ebb561645d0c822b676a15d9471 (patch)
treeec5c1c70965fa5dbdac87a0e28526d9623976471 /x11/xbindkeys
parent3794184074f9bf42555e2a12b95d154e8d2876a4 (diff)
downloadfreebsd-ports-gnome-55f99c1cb09c0ebb561645d0c822b676a15d9471.tar.gz
freebsd-ports-gnome-55f99c1cb09c0ebb561645d0c822b676a15d9471.tar.zst
freebsd-ports-gnome-55f99c1cb09c0ebb561645d0c822b676a15d9471.zip
Fix script environment when WITH_GUI is defined.
PR: 38320 Submitted by: parv <parv@pair.com>, maintainer
Diffstat (limited to 'x11/xbindkeys')
-rw-r--r--x11/xbindkeys/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/xbindkeys/Makefile b/x11/xbindkeys/Makefile
index 4217166371f8..a1c9ef3c6720 100644
--- a/x11/xbindkeys/Makefile
+++ b/x11/xbindkeys/Makefile
@@ -18,6 +18,7 @@ INSTALL_TARGET= install-binPROGRAMS
.if defined(WITH_GUI)
RUN_DEPENDS= wish:${PORTSDIR}/x11-toolkits/tk83
PLIST_SUB+= WITH_GUI=""
+SCRIPTS_ENV+= WITH_GUI="YES"
.else
PLIST_SUB+= WITH_GUI="@comment "
.endif