diff options
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/ayttm/Makefile | 2 |
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` |