summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-wm/icewm/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-wm/icewm/Makefile b/x11-wm/icewm/Makefile
index 40f4f9d2c1a8..3659e2678f03 100644
--- a/x11-wm/icewm/Makefile
+++ b/x11-wm/icewm/Makefile
@@ -65,6 +65,10 @@ CONFIGURE_ARGS+= --enable-corefonts --disable-xfreetype
LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/Xft
.endif
+.if ${XFREE86_VERSION} < 4 || defined(WITHOUT_XINERAMA)
+CONFIGURE_ARGS+= --disable-xinerama
+.endif
+
.if ${ARCH} != "i386" || defined(WITHOUT_X86_ASM)
CONFIGURE_ARGS+= --disable-x86-asm
.endif