diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-06-05 19:39:16 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-06-05 19:39:16 +0800 |
commit | 4be1ade4f889d482a61a60771850c0c025785bab (patch) | |
tree | 5c4a41c6a450ee4c7528191017f1e66295571813 /x11-toolkits | |
parent | a6def96cd85dc3791b77814758ed6b366f0b7708 (diff) | |
download | freebsd-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/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/gtkglarea2/Makefile | 2 |
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> |