diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2003-02-18 04:51:34 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2003-02-18 04:51:34 +0000 |
commit | 38805e871a0ec7d383e76a6cb1d979ba6c291d56 (patch) | |
tree | 662a776fedc3c397b783a0430a4b7be199a8e394 /x11-wm/fbdesk | |
parent | Upgrade to 4.29.10 (diff) |
Remove the renaming of Xft headers and library from the Xft (Xft2) port.
Remove installing of Xft1 from XFree86-4-libraries, and add dependencies
to the Xft port by all the ports that use it along with whatever patches are
necessary.
Approved by: portmgr (kris), marcus
Diffstat (limited to 'x11-wm/fbdesk')
-rw-r--r-- | x11-wm/fbdesk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-wm/fbdesk/Makefile b/x11-wm/fbdesk/Makefile index 4a767988d4e9..981505307aeb 100644 --- a/x11-wm/fbdesk/Makefile +++ b/x11-wm/fbdesk/Makefile @@ -12,7 +12,8 @@ MASTER_SITES= http://fluxbox.sourceforge.net/download/ MAINTAINER= hendrik@scholz.net -LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png +LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ + Xft.2:${PORTSDIR}/x11-fonts/Xft USE_X_PREFIX= yes GNU_CONFIGURE= yes |