diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-02-03 01:06:25 +0800 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-02-03 01:06:25 +0800 |
commit | 45a085ac121097053e07252c60df65b972d4d74c (patch) | |
tree | 87327f81a78f2fa500bff3fc34f4495e37864806 /x11-wm/icewm | |
parent | 620d4f39c35f41046c4023311f01f21e300539df (diff) | |
download | freebsd-ports-gnome-45a085ac121097053e07252c60df65b972d4d74c.tar.gz freebsd-ports-gnome-45a085ac121097053e07252c60df65b972d4d74c.tar.zst freebsd-ports-gnome-45a085ac121097053e07252c60df65b972d4d74c.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/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/icewm/Makefile b/x11-wm/icewm/Makefile index 1769b78d5ba2..04f30f23f3bb 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 |