diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-10-28 19:46:42 +0800 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-10-28 19:46:42 +0800 |
commit | 715f43d9cbd69ebc3014a5a0f09c863a42f802c6 (patch) | |
tree | 56214aaf0da4e447dd41f0396ae5ec3cae8c906c /x11-toolkits | |
parent | 170000c779760d683ceaac17ce6e802a65a4e8e9 (diff) | |
download | freebsd-ports-gnome-715f43d9cbd69ebc3014a5a0f09c863a42f802c6.tar.gz freebsd-ports-gnome-715f43d9cbd69ebc3014a5a0f09c863a42f802c6.tar.zst freebsd-ports-gnome-715f43d9cbd69ebc3014a5a0f09c863a42f802c6.zip |
Fix build with GCC-based architectures, add USES=gl.
PR: 231709
Submitted by: Piotr Kubaj
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/nucleo/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/nucleo/Makefile b/x11-toolkits/nucleo/Makefile index 3e630e6e7a51..5660f240ef22 100644 --- a/x11-toolkits/nucleo/Makefile +++ b/x11-toolkits/nucleo/Makefile @@ -18,7 +18,8 @@ LIB_DEPENDS= libexif.so:graphics/libexif \ libfreetype.so:print/freetype2 \ libexpat.so:textproc/expat2 -USES= gmake jpeg libtool localbase:ldflags pathfix pkgconfig python:run shebangfix tar:bzip2 +USES= compiler:c++11-lang gl gmake jpeg libtool localbase:ldflags \ + pathfix pkgconfig python:run shebangfix tar:bzip2 USE_GL= gl glu GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-opencv |