diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-07-15 09:03:11 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-07-15 09:03:11 +0800 |
commit | a355dc184df523360863eeb2879e99e2a3812574 (patch) | |
tree | 3e474b6178dd5ad0e99fa4ac93c67214c5592c4a /x11-wm/blackbox/Makefile | |
parent | d002d9da52241c725aee046a4c592bc5ff56c467 (diff) | |
download | freebsd-ports-gnome-a355dc184df523360863eeb2879e99e2a3812574.tar.gz freebsd-ports-gnome-a355dc184df523360863eeb2879e99e2a3812574.tar.zst freebsd-ports-gnome-a355dc184df523360863eeb2879e99e2a3812574.zip |
Add a patch that fixes a bug in the Windowing code that can
cause blackbox to die with an alt+click on, for example,
xmms.
Also don't output a message on pre-fetch, instead use pre-configure.
Obtained from: blackbox mailing list
Diffstat (limited to 'x11-wm/blackbox/Makefile')
-rw-r--r-- | x11-wm/blackbox/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-wm/blackbox/Makefile b/x11-wm/blackbox/Makefile index b3abe958c203..98a3e9f661f3 100644 --- a/x11-wm/blackbox/Makefile +++ b/x11-wm/blackbox/Makefile @@ -3,7 +3,7 @@ # Date created: June 15, 1998 # Whom: Brian Handy <handy@physics.montana.edu> # -# $Id: Makefile,v 1.22 1999/06/19 08:26:18 cpiazza Exp $ +# $Id: Makefile,v 1.23 1999/06/20 00:50:01 cpiazza Exp $ # DISTNAME= blackbox-0.50.5 @@ -19,13 +19,13 @@ GNU_CONFIGURE= yes USE_BZIP2= yes .if !defined(USE_KDE) -pre-fetch: +pre-configure: @ ${ECHO_MSG} @ ${ECHO_MSG} If you would like build Blackbox with KDE support @ ${ECHO_MSG} you must set the variable USE_KDE @ ${ECHO_MSG} .else -pre-fetch: +pre-configure: @ ${ECHO_MSG} @ ${ECHO_MSG} Building Blackbox with KDE support @ ${ECHO_MSG} |