diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-03-16 22:54:05 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-03-16 22:54:05 +0000 |
commit | 61b3a6bec83554aeeca93cdf9d7341e6324ccdf3 (patch) | |
tree | 1eb013ac656a4080638378e0568203d553ac3c8b /mail/thunderbird3/Makefile | |
parent | a46fd54d0407cabc6c6fb96e3bdd7c42656b83fd (diff) | |
download | ports-61b3a6bec83554aeeca93cdf9d7341e6324ccdf3.tar.gz ports-61b3a6bec83554aeeca93cdf9d7341e6324ccdf3.zip |
Chase the new location of libXft.
Notes
Notes:
svn path=/head/; revision=104228
Diffstat (limited to 'mail/thunderbird3/Makefile')
-rw-r--r-- | mail/thunderbird3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/thunderbird3/Makefile b/mail/thunderbird3/Makefile index 03bcb4d03c23..cc2d2894d185 100644 --- a/mail/thunderbird3/Makefile +++ b/mail/thunderbird3/Makefile @@ -67,7 +67,7 @@ CONFIGURE_ENV+= WITH_LOGGING=yes .if defined(WITHOUT_XFT) CONFIGURE_ENV+= WITHOUT_XFT=yes .else -LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/Xft +LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/libXft .endif # !defined(WITHOUT_XFT) CPPFLAGS+= -I${X11BASE}/include |