diff options
author | tron <tron> | 2001-08-21 19:41:56 +0000 |
---|---|---|
committer | tron <tron> | 2001-08-21 19:41:56 +0000 |
commit | 973fa32be7ee068cf149caab8b30cc9a328b8b47 (patch) | |
tree | 1186b667d8f647086ed89c5740916d443e37630a /wm | |
parent | 7e02701199afd527d4c3c3c27fcb07dcfaed5a3c (diff) | |
download | pkgsrc-973fa32be7ee068cf149caab8b30cc9a328b8b47.tar.gz |
Add a comment that "--enable-lite" is broken in WindowMaker 0.65.x.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/windowmaker/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wm/windowmaker/Makefile b/wm/windowmaker/Makefile index b0cf9a5b529..f6ba449a3cc 100644 --- a/wm/windowmaker/Makefile +++ b/wm/windowmaker/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2001/08/18 18:13:27 tron Exp $ +# $NetBSD: Makefile,v 1.16 2001/08/21 19:41:56 tron Exp $ DISTNAME= WindowMaker-0.65.1 PKGNAME= windowmaker-0.65.1 @@ -39,6 +39,7 @@ CFLAGS= # gnome enable support for GNOME window manager hints # openlook enable support for OPEN LOOK(tm) window manager hints # lite remove Window Maker redundancies with KDE and GNOME +# (this option is broke in WindowMaker 0.65.x) # WINDOWMAKER_OPTIONS?= gnome kde openlook |