diff options
Diffstat (limited to 'wm/wmx-gnome-current')
-rw-r--r-- | wm/wmx-gnome-current/Makefile | 4 | ||||
-rw-r--r-- | wm/wmx-gnome-current/pkg/COMMENT | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/wm/wmx-gnome-current/Makefile b/wm/wmx-gnome-current/Makefile index c6cc61a559a..a0c0c6f9ad3 100644 --- a/wm/wmx-gnome-current/Makefile +++ b/wm/wmx-gnome-current/Makefile @@ -1,8 +1,10 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/01/18 20:19:37 jlam Exp $ +# $NetBSD: Makefile,v 1.2 2001/02/17 17:21:56 wiz Exp $ PKGNAME= wmx-gnome-${WMX_VERS} CATEGORIES+= gnome +COMMENT= another X11 window manager based on wm2, with GNOME compliance + CPPFLAGS+= -DCONFIG_GNOME_COMPLIANCE=True CPPFLAGS+= -DCONFIG_GNOME_BUTTON_COMPLIANCE=True CXXFLAGS+= -DCONFIG_GNOME_COMPLIANCE=True diff --git a/wm/wmx-gnome-current/pkg/COMMENT b/wm/wmx-gnome-current/pkg/COMMENT deleted file mode 100644 index 6d5507a81fa..00000000000 --- a/wm/wmx-gnome-current/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -another X11 window manager based on wm2, with GNOME compliance |