aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/gtkglarea2
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2018-11-02 16:36:00 +0000
committerMark Linimon <linimon@FreeBSD.org>2018-11-02 16:36:00 +0000
commit61be1378c639839bef78697f9a1ca4caddd10dc2 (patch)
tree4fcdfd11505e0347c3d727d9a7448f75434bd71e /x11-toolkits/gtkglarea2
parent2862d2c72d8e6605f4eb902402c08da3a05c2638 (diff)
downloadports-61be1378c639839bef78697f9a1ca4caddd10dc2.tar.gz
ports-61be1378c639839bef78697f9a1ca4caddd10dc2.zip
Fix build on powerpc64 by adding compiler:c++11-lang to USES.
Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=483822
Diffstat (limited to 'x11-toolkits/gtkglarea2')
-rw-r--r--x11-toolkits/gtkglarea2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/gtkglarea2/Makefile b/x11-toolkits/gtkglarea2/Makefile
index 7735fa4eacb6..ce855a90391a 100644
--- a/x11-toolkits/gtkglarea2/Makefile
+++ b/x11-toolkits/gtkglarea2/Makefile
@@ -13,7 +13,7 @@ DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= OpenGL widget for the GTK+2 GUI toolkit
-USES= libtool:keepla pathfix pkgconfig tar:bzip2
+USES= compiler:c++11-lang libtool:keepla pathfix pkgconfig tar:bzip2
USE_GNOME= gtk20
USE_GL= yes
USE_LDCONFIG= yes