diff options
author | Max Khon <fjoe@FreeBSD.org> | 2003-12-10 13:38:42 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2003-12-10 13:38:42 +0000 |
commit | f85c3bea3ae9e85c40c80f02c54031e5f048bafa (patch) | |
tree | 997331be81c0b9383667f1f0450e8f9b3cc86dba /x11-fm/fsv | |
parent | USE_MESA -> USE_GL, remove -lglut from LDFLAGS (diff) |
USE_MESA -> USE_GL
Notes
Notes:
svn path=/head/; revision=95536
Diffstat (limited to 'x11-fm/fsv')
-rw-r--r-- | x11-fm/fsv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-fm/fsv/Makefile b/x11-fm/fsv/Makefile index afd888dcf87a..2c0ccd2b3264 100644 --- a/x11-fm/fsv/Makefile +++ b/x11-fm/fsv/Makefile @@ -17,7 +17,7 @@ COMMENT= 3D filesystem visualizer LIB_DEPENDS= gtkgl.5:${PORTSDIR}/x11-toolkits/gtkglarea USE_X_PREFIX= yes -USE_MESA= yes +USE_GL= yes USE_GNOME= gtk12 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-GL-prefix=${X11BASE}/lib |