summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11/xlockmore/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/x11/xlockmore/Makefile b/x11/xlockmore/Makefile
index 5a3b95fea48d..e05ae7e8387b 100644
--- a/x11/xlockmore/Makefile
+++ b/x11/xlockmore/Makefile
@@ -34,7 +34,11 @@ USE_X_PREFIX= yes
USE_XPM= yes
MAN1= xlock.1
+.if ${MACHINE_ARCH} == "amd64"
+WITH_MESAGL= no
+.else
WITH_MESAGL?= yes
+.endif
.if ${WITH_MESAGL} == yes
CONFIGURE_ARGS+= --with-mesa
MESALIB=${PTHREAD_LIBS}