aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/icewm
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2007-02-03 01:06:25 +0800
committerpav <pav@FreeBSD.org>2007-02-03 01:06:25 +0800
commit6ab5d7507d35041cbbcfbb95377ef6e754ad9204 (patch)
tree6e424102f1a24d3051893455ba7c00e3816e15a0 /x11-wm/icewm
parent3d7be3e6f8d3d3c127d84db202a34207de52a2a7 (diff)
downloadfreebsd-ports-graphics-6ab5d7507d35041cbbcfbb95377ef6e754ad9204.tar.gz
freebsd-ports-graphics-6ab5d7507d35041cbbcfbb95377ef6e754ad9204.tar.zst
freebsd-ports-graphics-6ab5d7507d35041cbbcfbb95377ef6e754ad9204.zip
- Remove support for xfree86-3
PR: ports/106666 Submitted by: vd With hat: portmgr
Diffstat (limited to 'x11-wm/icewm')
-rw-r--r--x11-wm/icewm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/icewm/Makefile b/x11-wm/icewm/Makefile
index 1769b78d5ba..04f30f23f3b 100644
--- a/x11-wm/icewm/Makefile
+++ b/x11-wm/icewm/Makefile
@@ -63,14 +63,14 @@ CONFIGURE_ARGS+= --with-icesound=esound
CONFIGURE_ARGS+= --with-icesound=oss
.endif
-.if ${X_WINDOW_SYSTEM:L} == xfree86-3 || defined(WITHOUT_XFT)
+.if defined(WITHOUT_XFT)
CONFIGURE_ARGS+= --enable-corefonts --disable-xfreetype
.else
LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/libXft
CONFIGURE_ARGS+= --enable-gradients
.endif
-.if ${X_WINDOW_SYSTEM:L} == xfree86-3 || defined(WITHOUT_XINERAMA)
+.if defined(WITHOUT_XINERAMA)
CONFIGURE_ARGS+= --disable-xinerama
.endif