diff options
author | fjoe <fjoe@FreeBSD.org> | 2003-12-16 03:34:06 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2003-12-16 03:34:06 +0800 |
commit | 283321f5172764cc882c769e11f15695645d4655 (patch) | |
tree | 80f8538fabc30d0baa0529c02232da5a7e9a8fe6 /x11-toolkits | |
parent | 4d90e5ab7f9e9c779e65f08aca060ffed9d629e2 (diff) | |
download | freebsd-ports-gnome-283321f5172764cc882c769e11f15695645d4655.tar.gz freebsd-ports-gnome-283321f5172764cc882c769e11f15695645d4655.tar.zst freebsd-ports-gnome-283321f5172764cc882c769e11f15695645d4655.zip |
USE_MESA -> USE_GL.
Approved by: marcus on behalf of gnome@
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gtkglarea2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/gtkglarea2/Makefile b/x11-toolkits/gtkglarea2/Makefile index 9053ed0222e0..34e5e2e7cd1b 100644 --- a/x11-toolkits/gtkglarea2/Makefile +++ b/x11-toolkits/gtkglarea2/Makefile @@ -19,7 +19,7 @@ COMMENT= An OpenGL widget for the GTK+2 GUI toolkit USE_X_PREFIX= yes USE_GNOME= gnomehack gtk20 USE_BZIP2= yes -USE_MESA= yes +USE_GL= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes CONFIGURE_ARGS= --with-lib-GL |