diff options
author | marcus <marcus@FreeBSD.org> | 2003-11-08 09:01:54 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-11-08 09:01:54 +0800 |
commit | 7e2cca722608592da09ac6196ba638f1b0a933cc (patch) | |
tree | 175a8ba12f2eacb9b9c83f324027c1377db74282 /x11 | |
parent | c0211ce4f482e8abdd2b4860c7d41ffdc9d47db3 (diff) | |
download | freebsd-ports-gnome-7e2cca722608592da09ac6196ba638f1b0a933cc.tar.gz freebsd-ports-gnome-7e2cca722608592da09ac6196ba638f1b0a933cc.tar.zst freebsd-ports-gnome-7e2cca722608592da09ac6196ba638f1b0a933cc.zip |
s/USE_MESA/USE_GL/
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xscreensaver-gnome/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/xscreensaver-gnome/Makefile b/x11/xscreensaver-gnome/Makefile index 89fdb71fc654..713b3809f58b 100644 --- a/x11/xscreensaver-gnome/Makefile +++ b/x11/xscreensaver-gnome/Makefile @@ -20,7 +20,7 @@ CONFLICTS= xscreensaver-[0-9]* USE_X_PREFIX= yes USE_XPM= yes -USE_MESA= yes +USE_GL= yes USE_GMAKE= yes USE_REINPLACE= yes USE_GNOME= gnomehier libglade2 gnomehack |