diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-07 18:36:55 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-07 18:36:55 +0000 |
commit | 4c46ca73d827ceeb91e695bf5da18e5be90e9ca4 (patch) | |
tree | 0396740faf427665ee28135c858aa42aba8d2024 /x11-wm/pekwm/Makefile | |
parent | net-mgmt/check_ssl_cert: update to 1.105.0 (diff) |
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.
Notes
Notes:
svn path=/head/; revision=517000
Diffstat (limited to 'x11-wm/pekwm/Makefile')
-rw-r--r-- | x11-wm/pekwm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-wm/pekwm/Makefile b/x11-wm/pekwm/Makefile index 64cc75983555..50991e6660e6 100644 --- a/x11-wm/pekwm/Makefile +++ b/x11-wm/pekwm/Makefile @@ -18,7 +18,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libpng.so:graphics/png -USES= compiler gmake iconv:wchar_t jpeg localbase pkgconfig tar:bzip2 +USES= compiler gmake iconv:wchar_t jpeg localbase pkgconfig \ + tar:bzip2 xorg USE_XORG= xft xpm x11 sm ice xext GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shape --enable-xinerama --enable-xrandr \ |