diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-07-15 01:03:11 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-07-15 01:03:11 +0000 |
commit | b663cfba864d6527ac1ddde0b529d1607466f44f (patch) | |
tree | 8917f65e077500f0ef5b6a976eb8ef75dbc03346 /x11-wm/openbox | |
parent | Upgrade to version 0.3.6. (diff) |
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/openbox')
-rw-r--r-- | x11-wm/openbox/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-wm/openbox/Makefile b/x11-wm/openbox/Makefile index b3abe958c203..98a3e9f661f3 100644 --- a/x11-wm/openbox/Makefile +++ b/x11-wm/openbox/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} |