aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2019-06-29 21:52:55 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2019-06-29 21:52:55 +0000
commite2e7dbd2bf2ac8c056d7dfb09b5c380ed2cd1475 (patch)
tree647f081ceba02efef062abcbc298fe0ddd43aaba /x11-toolkits
parentdae2d0803771930b79fa27146e522e3bfa5b6fce (diff)
downloadports-e2e7dbd2bf2ac8c056d7dfb09b5c380ed2cd1475.tar.gz
ports-e2e7dbd2bf2ac8c056d7dfb09b5c380ed2cd1475.zip
x11-toolkits/py-gtkglext: fix linking error
Add USES=compiler:c++11-lang to fix linking error: configure: error: GtkGLExt not found Approved by: mentors (implicit approval)
Notes
Notes: svn path=/head/; revision=505391
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/py-gtkglext/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/py-gtkglext/Makefile b/x11-toolkits/py-gtkglext/Makefile
index 8feb32bc9c56..7130d986d3b8 100644
--- a/x11-toolkits/py-gtkglext/Makefile
+++ b/x11-toolkits/py-gtkglext/Makefile
@@ -16,7 +16,7 @@ BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/OpenGL/__init__.py:graphics/py-PyOpenGL@${PY
LIB_DEPENDS= libgtkglext-x11-1.0.so:x11-toolkits/gtkglext
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/OpenGL/__init__.py:graphics/py-PyOpenGL@${PY_FLAVOR}
-USES= gmake libtool pathfix pkgconfig python:2.7 tar:bzip2
+USES= compiler:c++11-lang gmake libtool pathfix pkgconfig python:2.7 tar:bzip2
USE_GNOME= pygtk2
USE_PYTHON= flavors
GNU_CONFIGURE= yes