diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-09-23 20:28:37 +0800 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-09-23 20:28:37 +0800 |
commit | 022ec88b2e0c9ebe0f1ef4df1b832827bd8f8ce1 (patch) | |
tree | 41ef8e56e26e32644f78b844ed74cdb02e54da8b /x11/slop | |
parent | 1c5fe7b5d5b253863081edaf1fd59108012fe2a2 (diff) | |
download | freebsd-ports-gnome-022ec88b2e0c9ebe0f1ef4df1b832827bd8f8ce1.tar.gz freebsd-ports-gnome-022ec88b2e0c9ebe0f1ef4df1b832827bd8f8ce1.tar.zst freebsd-ports-gnome-022ec88b2e0c9ebe0f1ef4df1b832827bd8f8ce1.zip |
Fix build on gcc-based archs.
Tested on powerpc64 and amd64.
Approved by: portmgr (tier-2 blanket)
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 |