diff options
author | zeising <zeising@FreeBSD.org> | 2019-11-08 02:36:55 +0800 |
---|---|---|
committer | zeising <zeising@FreeBSD.org> | 2019-11-08 02:36:55 +0800 |
commit | 2bd4e957ad83a954a15797f7f9fe93bef1ff32a1 (patch) | |
tree | 0396740faf427665ee28135c858aa42aba8d2024 /x11-wm/w9wm/Makefile | |
parent | 81226c6bd20a269cf74f90da6936058a93c5d748 (diff) | |
download | freebsd-ports-gnome-2bd4e957ad83a954a15797f7f9fe93bef1ff32a1.tar.gz freebsd-ports-gnome-2bd4e957ad83a954a15797f7f9fe93bef1ff32a1.tar.zst freebsd-ports-gnome-2bd4e957ad83a954a15797f7f9fe93bef1ff32a1.zip |
Add USES=xorg USES=gl, ports categories x
Add USES=xorg and USES=gl to ports in categories starting with 'x'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
Diffstat (limited to 'x11-wm/w9wm/Makefile')
-rw-r--r-- | x11-wm/w9wm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/w9wm/Makefile b/x11-wm/w9wm/Makefile index 2bc8820fff32..8cba7544d296 100644 --- a/x11-wm/w9wm/Makefile +++ b/x11-wm/w9wm/Makefile @@ -12,7 +12,7 @@ COMMENT= Hack of 9wm to give virtual screens WRKSRC= ${WRKDIR}/${DISTNAME}.orig -USES= imake +USES= imake xorg USE_XORG= x11 xext PLIST_FILES= bin/w9wm \ |