diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2020-11-16 07:44:04 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2020-11-16 07:44:04 +0000 |
commit | 0c2acb0fc7240e5b76d3679d9d51551a4cd2fcd0 (patch) | |
tree | dbc5750bb8e01346aa204155db0cd8806cedfdb0 | |
parent | 03ec1f77bc6aecc591335ceef9a49b49de822302 (diff) | |
download | ports-0c2acb0fc7240e5b76d3679d9d51551a4cd2fcd0.tar.gz ports-0c2acb0fc7240e5b76d3679d9d51551a4cd2fcd0.zip |
Notes
-rw-r--r-- | x11-wm/phoc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/phoc/Makefile b/x11-wm/phoc/Makefile index 5f57e2bfbc7a..a423add3daad 100644 --- a/x11-wm/phoc/Makefile +++ b/x11-wm/phoc/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= libwayland-server.so:graphics/wayland \ libxkbcommon.so:x11/libxkbcommon RUN_DEPENDS= ${LOCALBASE}/share/glib-2.0/schemas/org.gnome.mutter.gschema.xml:x11-wm/mutter -USES= compiler:c11 gl gnome meson pkgconfig python:3.5+,build shebangfix xorg +USES= compiler:c11 gl gnome meson pkgconfig python:build shebangfix xorg USE_GITLAB= yes USE_GL= glesv2 USE_GNOME= gnomedesktop3 |