summaryrefslogtreecommitdiff
path: root/x11/xbindkeys
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-05-23 01:03:59 +0000
committerPatrick Li <pat@FreeBSD.org>2002-05-23 01:03:59 +0000
commitac916212bc3efea2105b351256aa6c6db2bcd441 (patch)
tree2df1204b909124c9cd6630e1692e0b53887a431c /x11/xbindkeys
parentUpdate to 0.4.0 pre20. This brings support for several more Nokia (diff)
Fix script environment when WITH_GUI is defined.
PR: 38320 Submitted by: parv <parv@pair.com>, maintainer
Notes
Notes: svn path=/head/; revision=59751
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