aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authoranholt <anholt@FreeBSD.org>2003-02-19 00:51:07 +0800
committeranholt <anholt@FreeBSD.org>2003-02-19 00:51:07 +0800
commit6aa26db1020933d74254cf85aec87c4615baf091 (patch)
treec0ca2e9f5d44944585bb7f68fc8b84aa666392ad /x11
parent7f0a8364081b2322b71b55b2efede5c18231da91 (diff)
downloadfreebsd-ports-gnome-6aa26db1020933d74254cf85aec87c4615baf091.tar.gz
freebsd-ports-gnome-6aa26db1020933d74254cf85aec87c4615baf091.tar.zst
freebsd-ports-gnome-6aa26db1020933d74254cf85aec87c4615baf091.zip
Fix dependency on XFree86-4-libraries after Xft was removed from that port.
Submitted by: demon
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 \