aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2000-06-05 19:39:16 +0800
committersobomax <sobomax@FreeBSD.org>2000-06-05 19:39:16 +0800
commit4be1ade4f889d482a61a60771850c0c025785bab (patch)
tree5c4a41c6a450ee4c7528191017f1e66295571813 /x11-toolkits
parenta6def96cd85dc3791b77814758ed6b366f0b7708 (diff)
downloadfreebsd-ports-gnome-4be1ade4f889d482a61a60771850c0c025785bab.tar.gz
freebsd-ports-gnome-4be1ade4f889d482a61a60771850c0c025785bab.tar.zst
freebsd-ports-gnome-4be1ade4f889d482a61a60771850c0c025785bab.zip
--with-lib-MesaGL --> --with-lib-GL to avoid errors when utah-glx used instead of Mesa.
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/gtkglarea/Makefile2
-rw-r--r--x11-toolkits/gtkglarea2/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/gtkglarea/Makefile b/x11-toolkits/gtkglarea/Makefile
index 4b1fe3a3b2b9..a3e0ef5093ce 100644
--- a/x11-toolkits/gtkglarea/Makefile
+++ b/x11-toolkits/gtkglarea/Makefile
@@ -19,6 +19,6 @@ GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
USE_LIBTOOL= yes
CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
-CONFIGURE_ARGS= --with-lib-MesaGL
+CONFIGURE_ARGS= --with-lib-GL
.include <bsd.port.mk>
diff --git a/x11-toolkits/gtkglarea2/Makefile b/x11-toolkits/gtkglarea2/Makefile
index 4b1fe3a3b2b9..a3e0ef5093ce 100644
--- a/x11-toolkits/gtkglarea2/Makefile
+++ b/x11-toolkits/gtkglarea2/Makefile
@@ -19,6 +19,6 @@ GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
USE_LIBTOOL= yes
CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
-CONFIGURE_ARGS= --with-lib-MesaGL
+CONFIGURE_ARGS= --with-lib-GL
.include <bsd.port.mk>