aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2003-02-18 16:51:07 +0000
committerEric Anholt <anholt@FreeBSD.org>2003-02-18 16:51:07 +0000
commit60c4479bd46fb1d414cdb6fc82b8e736dc6b94ce (patch)
tree090531b5f205e71cb901348276fdb319e3a52372 /x11
parent09e160f7b48f5f284182109b9f34236bd0bb9a79 (diff)
downloadports-60c4479bd46fb1d414cdb6fc82b8e736dc6b94ce.tar.gz
ports-60c4479bd46fb1d414cdb6fc82b8e736dc6b94ce.zip
Fix dependency on XFree86-4-libraries after Xft was removed from that port.
Submitted by: demon
Notes
Notes: svn path=/head/; revision=75810
Diffstat (limited to 'x11')
-rw-r--r--x11/XFree86-4/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/XFree86-4/Makefile b/x11/XFree86-4/Makefile
index 6db7345f43ad..58b609b83f0e 100644
--- a/x11/XFree86-4/Makefile
+++ b/x11/XFree86-4/Makefile
@@ -14,7 +14,7 @@ MASTER_SITES= # none
DISTFILES= # none
EXTRACT_ONLY= # none
-LIB_DEPENDS= Xft.1:${PORTSDIR}/x11/XFree86-4-libraries
+LIB_DEPENDS= X11.6:${PORTSDIR}/x11/XFree86-4-libraries
RUN_DEPENDS= xvinfo:${PORTSDIR}/x11/XFree86-4-clients \
${X11BASE}/lib/X11/doc/ddx.TXT:${PORTSDIR}/x11/XFree86-4-documents \
${FONT100DPI}:${PORTSDIR}/x11-fonts/XFree86-4-font100dpi \