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/jwm | |
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/jwm')
-rw-r--r-- | x11-wm/jwm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-wm/jwm/Makefile b/x11-wm/jwm/Makefile index 381e0f1f0893..886639b29cc2 100644 --- a/x11-wm/jwm/Makefile +++ b/x11-wm/jwm/Makefile @@ -12,7 +12,7 @@ COMMENT= Joe's Window Manager LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= iconv localbase pkgconfig tar:xz +USES= iconv localbase pkgconfig tar:xz xorg USE_XORG= x11 GNU_CONFIGURE= yes @@ -21,6 +21,7 @@ OPTIONS_DEFINE= CAIRO DEBUG FRIBIDI JPEG NLS PNG SVG XEXT XFT \ OPTIONS_DEFAULT= FRIBIDI JPEG PNG XEXT XFT XINERAMA XMU XPM XRENDER OPTIONS_SUB= yes +CAIRO_USES= gnome CAIRO_USE= GNOME=cairo CAIRO_CONFIGURE_ENABLE= cairo DEBUG_CONFIGURE_ENABLE= debug |