summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2-RC/Makefile
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-03-16 22:54:05 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-03-16 22:54:05 +0000
commit61b3a6bec83554aeeca93cdf9d7341e6324ccdf3 (patch)
tree1eb013ac656a4080638378e0568203d553ac3c8b /editors/openoffice.org-2-RC/Makefile
parentUpgrading to Chora 1.2.1. (diff)
Chase the new location of libXft.
Notes
Notes: svn path=/head/; revision=104228
Diffstat (limited to '')
-rw-r--r--editors/openoffice.org-2-RC/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice.org-2-RC/Makefile b/editors/openoffice.org-2-RC/Makefile
index 3965326bb8be..33d1d6bbb923 100644
--- a/editors/openoffice.org-2-RC/Makefile
+++ b/editors/openoffice.org-2-RC/Makefile
@@ -114,7 +114,7 @@ BUILD_DEPENDS+= unzip:${PORTSDIR}/archivers/unzip
BUILD_DEPENDS+= ${ANT}:${PORTSDIR}/devel/apache-ant
BUILD_DEPENDS+= ${X11BASE}/lib/libgdk-x11-2.0.so:${PORTSDIR}/x11-toolkits/gtk20
BUILD_DEPENDS+= ${X11BASE}/lib/libX11.so:${PORTSDIR}/x11/XFree86-4-libraries
-BUILD_DEPENDS+= ${X11BASE}/lib/libXft.so:${PORTSDIR}/x11-fonts/Xft
+BUILD_DEPENDS+= ${X11BASE}/lib/libXft.so:${PORTSDIR}/x11-fonts/libXft
.if !defined(DISPLAY)
BUILD_DEPENDS+= Xvfb:${PORTSDIR}/x11-servers/XFree86-4-VirtualFramebufferServer
.endif