diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2025-08-19 07:12:12 +0200 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2025-08-19 08:45:43 +0200 |
commit | 5a73362f6d210bf596cc3634632743cb537a7f68 (patch) | |
tree | 8f1e29274bf6e58b74b3e57dca90ebdc54b5e28f | |
parent | emulators/qemu-devel: Update version 10.0.20250630=>10.0.20250731 (diff) |
x11-wm/wmanager: Return to pool
-rw-r--r-- | x11-wm/wmanager/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-wm/wmanager/Makefile b/x11-wm/wmanager/Makefile index 70f215ca8c9d..1ca243ad05c0 100644 --- a/x11-wm/wmanager/Makefile +++ b/x11-wm/wmanager/Makefile @@ -1,9 +1,9 @@ PORTNAME= wmanager -PORTVERSION= 0.3.1 +DISTVERSION= 0.3.1 CATEGORIES= x11-wm MASTER_SITES= https://devel.ringlet.net/files/x11/wmanager/ -MAINTAINER= bofh@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= X11 window manager selector WWW= https://devel.ringlet.net/files/x11/wmanager/ @@ -17,7 +17,6 @@ USES= gl gmake pkgconfig tar:xz xorg USE_GL= gl glu USE_XORG= x11 xcursor xext xfixes xft xinerama xrender - OPTIONS_DEFINE= ADDONS DOCS EXAMPLES OPTIONS_DEFAULT=ADDONS OPTIONS_SUB= yes |