diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-09-23 12:28:37 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-09-23 12:28:37 +0000 |
commit | 022ec88b2e0c9ebe0f1ef4df1b832827bd8f8ce1 (patch) | |
tree | 41ef8e56e26e32644f78b844ed74cdb02e54da8b /x11/slop | |
parent | 1c5fe7b5d5b253863081edaf1fd59108012fe2a2 (diff) |
Notes
Diffstat (limited to 'x11/slop')
-rw-r--r-- | x11/slop/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/slop/Makefile b/x11/slop/Makefile index 0e936ca30d3e..51453a08a28c 100644 --- a/x11/slop/Makefile +++ b/x11/slop/Makefile @@ -14,7 +14,7 @@ LICENSE= GPLv3 BUILD_DEPENDS= ${LOCALBASE}/include/glm/glm.hpp:math/glm LIB_DEPENDS= libicuuc.so:devel/icu -USES= cmake +USES= cmake compiler:c++11-lang USE_GL= gl glu glew USE_LDCONFIG= yes USE_XORG= ice sm x11 xext xrender |