diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-02-02 17:06:25 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-02-02 17:06:25 +0000 |
commit | 45a085ac121097053e07252c60df65b972d4d74c (patch) | |
tree | 87327f81a78f2fa500bff3fc34f4495e37864806 /editors | |
parent | 620d4f39c35f41046c4023311f01f21e300539df (diff) | |
download | ports-45a085ac121097053e07252c60df65b972d4d74c.tar.gz ports-45a085ac121097053e07252c60df65b972d4d74c.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/elvis/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/elvis/Makefile b/editors/elvis/Makefile index 73a2a3842f63..b3225d27c1ee 100644 --- a/editors/elvis/Makefile +++ b/editors/elvis/Makefile @@ -34,7 +34,7 @@ PKGNAMESUFFIX= -nox11 CONFIGURE_ARGS+= --without-x .else USE_XPM= yes -.if ${X_WINDOW_SYSTEM:L} == xfree86-3 || defined(WITHOUT_XFT) +.if defined(WITHOUT_XFT) CONFIGURE_ARGS+= --without-xft .else LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/libXft |