summaryrefslogtreecommitdiff
path: root/net-im/ayttm
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-02-02 17:06:25 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-02-02 17:06:25 +0000
commit45a085ac121097053e07252c60df65b972d4d74c (patch)
tree87327f81a78f2fa500bff3fc34f4495e37864806 /net-im/ayttm
parent- Updated to 5.4.1 (diff)
- Remove support for xfree86-3
PR: ports/106666 Submitted by: vd With hat: portmgr
Notes
Notes: svn path=/head/; revision=183965
Diffstat (limited to 'net-im/ayttm')
-rw-r--r--net-im/ayttm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/ayttm/Makefile b/net-im/ayttm/Makefile
index 850995eaa447..9a3ff46b0b65 100644
--- a/net-im/ayttm/Makefile
+++ b/net-im/ayttm/Makefile
@@ -60,7 +60,7 @@ CONFIGURE_ARGS+= --disable-arts
PLIST_SUB+= LIBARTS="@comment "
.endif
-.if ${X_WINDOW_SYSTEM:L} != xfree86-3 && !defined(WITHOUT_XFT)
+.if !defined(WITHOUT_XFT)
LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/libXft
CONFIGURE_ARGS+= --enable-xft
CPPFLAGS+= `freetype-config --cflags`