aboutsummaryrefslogtreecommitdiffstats
path: root/editors/openoffice.org-2
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2004-03-17 06:54:05 +0800
committermarcus <marcus@FreeBSD.org>2004-03-17 06:54:05 +0800
commit163a239830a8f89b38f71366121af40a1baf8a59 (patch)
tree5648a332eb4e631fe6a8548bd22020f5b6d5dcd8 /editors/openoffice.org-2
parent9a9eb7dd94dfacbb15e8f70b2f35f7e1dc2150a0 (diff)
downloadfreebsd-ports-gnome-163a239830a8f89b38f71366121af40a1baf8a59.tar.gz
freebsd-ports-gnome-163a239830a8f89b38f71366121af40a1baf8a59.tar.zst
freebsd-ports-gnome-163a239830a8f89b38f71366121af40a1baf8a59.zip
Chase the new location of libXft.
Diffstat (limited to 'editors/openoffice.org-2')
-rw-r--r--editors/openoffice.org-2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice.org-2/Makefile b/editors/openoffice.org-2/Makefile
index 3965326bb8be..33d1d6bbb923 100644
--- a/editors/openoffice.org-2/Makefile
+++ b/editors/openoffice.org-2/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