aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2003-12-10 13:36:50 +0000
committerMax Khon <fjoe@FreeBSD.org>2003-12-10 13:36:50 +0000
commit623ee7e9b68454909c891b8c03cd28290032a44f (patch)
treebdb5da9a2c5aeea6e9eced23dd9cd376c1359613 /x11-toolkits
parent163ab603eed9462107d2651ed3780ac1aefef1a0 (diff)
downloadports-623ee7e9b68454909c891b8c03cd28290032a44f.tar.gz
ports-623ee7e9b68454909c891b8c03cd28290032a44f.zip
USE_MESA -> USE_GL, remove -lglut from LDFLAGS
Notes
Notes: svn path=/head/; revision=95535
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/gtkglarea--/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/gtkglarea--/Makefile b/x11-toolkits/gtkglarea--/Makefile
index 74afe7b57fef..45f698f4116b 100644
--- a/x11-toolkits/gtkglarea--/Makefile
+++ b/x11-toolkits/gtkglarea--/Makefile
@@ -18,7 +18,7 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
LIB_DEPENDS= gtkmm.2:${PORTSDIR}/x11-toolkits/gtk-- \
gtkgl.5:${PORTSDIR}/x11-toolkits/gtkglarea
-USE_MESA= yes
+USE_GL= yes
USE_GNOME= gtk12
USE_LIBTOOL= yes
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
@@ -26,7 +26,7 @@ CONFIGURE_ARGS= --with-lib-GL
INSTALLS_SHLIB= yes
CPPFLAGS= -I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}
-LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib -lGL -lGLU -lglut \
+LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib -lGL -lGLU \
${PTHREAD_LIBS}
.include <bsd.port.mk>