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 /x11/XFree86-4-clients | |
parent | a46fd54d0407cabc6c6fb96e3bdd7c42656b83fd (diff) |
Notes
Diffstat (limited to 'x11/XFree86-4-clients')
-rw-r--r-- | x11/XFree86-4-clients/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/XFree86-4-clients/Makefile b/x11/XFree86-4-clients/Makefile index 4335348373cd..c75cef7ef77b 100644 --- a/x11/XFree86-4-clients/Makefile +++ b/x11/XFree86-4-clients/Makefile @@ -23,7 +23,7 @@ COMMENT= XFree86-4 client programs and related files LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ Xcursor.1:${PORTSDIR}/x11/XFree86-4-libraries \ png.5:${PORTSDIR}/graphics/png \ - Xft.2:${PORTSDIR}/x11-fonts/Xft + Xft.2:${PORTSDIR}/x11-fonts/libXft SCRIPTS_ENV= InstallXdmConfig=${InstallXdmConfig} \ InstallXinitConfig=${InstallXinitConfig} \ |