summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/xtraceroute/Makefile2
-rw-r--r--x11-toolkits/gtkglarea/Makefile2
-rw-r--r--x11-toolkits/gtkglarea2/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/net/xtraceroute/Makefile b/net/xtraceroute/Makefile
index 1a03dfb872ec..dfdd328a60a7 100644
--- a/net/xtraceroute/Makefile
+++ b/net/xtraceroute/Makefile
@@ -23,7 +23,7 @@ GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-GL-prefix=${X11BASE}/lib \
- --with-lib-MesaGL
+ --with-lib-GL
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
GTK_CONFIG="${GTK_CONFIG}" \
LIBS="-L${LOCALBASE}/lib"
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>