diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-03-17 06:54:05 +0800 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-03-17 06:54:05 +0800 |
commit | 61b3a6bec83554aeeca93cdf9d7341e6324ccdf3 (patch) | |
tree | 1eb013ac656a4080638378e0568203d553ac3c8b /net/ayttm | |
parent | a46fd54d0407cabc6c6fb96e3bdd7c42656b83fd (diff) | |
download | freebsd-ports-gnome-61b3a6bec83554aeeca93cdf9d7341e6324ccdf3.tar.gz freebsd-ports-gnome-61b3a6bec83554aeeca93cdf9d7341e6324ccdf3.tar.zst freebsd-ports-gnome-61b3a6bec83554aeeca93cdf9d7341e6324ccdf3.zip |
Chase the new location of libXft.
Diffstat (limited to 'net/ayttm')
-rw-r--r-- | net/ayttm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ayttm/Makefile b/net/ayttm/Makefile index b824feef2d9c..61a31fc9d337 100644 --- a/net/ayttm/Makefile +++ b/net/ayttm/Makefile @@ -60,7 +60,7 @@ PLIST_SUB+= LIBARTS="@comment " .endif .if ${XFREE86_VERSION} >= 4 && !defined(WITHOUT_XFT) -LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/Xft +LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/libXft CONFIGURE_ARGS+= --enable-xft CPPFLAGS+= `freetype-config --cflags` LDFLAGS+= `freetype-config --libs` |