summaryrefslogtreecommitdiff
path: root/emulators/vx68k
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 /emulators/vx68k
parentMaintenance update of OpenSC to 0.8.1. USB token support is not yet enabled (diff)
USE_MESA -> USE_GL, remove -lglut from LDFLAGS
Notes
Notes: svn path=/head/; revision=95535
Diffstat (limited to 'emulators/vx68k')
-rw-r--r--emulators/vx68k/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/vx68k/Makefile b/emulators/vx68k/Makefile
index 6b001f37a6b0..988fa0b4d775 100644
--- a/emulators/vx68k/Makefile
+++ b/emulators/vx68k/Makefile
@@ -17,7 +17,7 @@ COMMENT= A virtual machine that emulates a Sharp X68000
LIB_DEPENDS= vm68k.4:${PORTSDIR}/emulators/libvm68k
-USE_MESA= yes
+USE_GL= yes
USE_GNOME= gtk12
USE_LIBTOOL= yes
USE_REINPLACE= yes
@@ -28,7 +28,7 @@ CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
MAN1= vx68k.1
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}
post-patch: