aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/gtkglarea2
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-06-05 11:39:16 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-06-05 11:39:16 +0000
commit0a409bd159de3b9e751bcc967e1fdbc46604d056 (patch)
tree3d1477a7d1d70fae0b645269216dd11b795eeda8 /x11-toolkits/gtkglarea2
parentb591a15967e9a4efa5ceb36af5093f2ccad77622 (diff)
downloadports-0a409bd159de3b9e751bcc967e1fdbc46604d056.tar.gz
ports-0a409bd159de3b9e751bcc967e1fdbc46604d056.zip
--with-lib-MesaGL --> --with-lib-GL to avoid errors when utah-glx used instead of Mesa.
Notes
Notes: svn path=/head/; revision=29218
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 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>