diff options
author | nikita <nikita@pkgsrc.org> | 2020-04-28 15:29:45 +0000 |
---|---|---|
committer | nikita <nikita@pkgsrc.org> | 2020-04-28 15:29:45 +0000 |
commit | 981a3508efd58f42208c260e0b60aa7450a1a9da (patch) | |
tree | 118d2a82c81c4f68e564c67e3d73dfbf1dbcd1ab | |
parent | 26c0da2450c785acf9efca659383dbd9d633cf6f (diff) | |
download | pkgsrc-981a3508efd58f42208c260e0b60aa7450a1a9da.tar.gz |
wm/wmx-gnome: Update to Version 8.
-rw-r--r-- | wm/wmx-gnome/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/wm/wmx-gnome/Makefile b/wm/wmx-gnome/Makefile index e45a8c4bb07..0f3768875ca 100644 --- a/wm/wmx-gnome/Makefile +++ b/wm/wmx-gnome/Makefile @@ -1,15 +1,12 @@ -# $NetBSD: Makefile,v 1.12 2012/10/08 12:42:25 asau Exp $ +# $NetBSD: Makefile,v 1.13 2020/04/28 15:29:45 nikita Exp $ PKGNAME= wmx-gnome-${WMX_VERS} -PKGREVISION= 2 CATEGORIES+= gnome COMMENT= Another X11 window manager based on wm2, with GNOME compliance .include "../../wm/wmx/Makefile.common" -CPPFLAGS+= -DCONFIG_GNOME_COMPLIANCE=True CPPFLAGS+= -DCONFIG_GNOME_BUTTON_COMPLIANCE=True -CXXFLAGS+= -DCONFIG_GNOME_COMPLIANCE=True CXXFLAGS+= -DCONFIG_GNOME_BUTTON_COMPLIANCE=True .include "../../mk/bsd.pkg.mk" |