diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-05-23 01:03:59 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-05-23 01:03:59 +0000 |
commit | ac916212bc3efea2105b351256aa6c6db2bcd441 (patch) | |
tree | 2df1204b909124c9cd6630e1692e0b53887a431c /x11/xbindkeys/Makefile | |
parent | 20e5048262b903d5ae0313f7be754314c67f9d71 (diff) | |
download | ports-ac916212bc3efea2105b351256aa6c6db2bcd441.tar.gz ports-ac916212bc3efea2105b351256aa6c6db2bcd441.zip |
Notes
Diffstat (limited to 'x11/xbindkeys/Makefile')
-rw-r--r-- | x11/xbindkeys/Makefile | 1 |
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 |