diff options
author | marcus <marcus@FreeBSD.org> | 2004-03-16 22:54:05 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-03-16 22:54:05 +0000 |
commit | 163a239830a8f89b38f71366121af40a1baf8a59 (patch) | |
tree | 5648a332eb4e631fe6a8548bd22020f5b6d5dcd8 /editors/openoffice.org-2.0 | |
parent | 9a9eb7dd94dfacbb15e8f70b2f35f7e1dc2150a0 (diff) | |
download | FreeBSD-ports-163a239830a8f89b38f71366121af40a1baf8a59.zip FreeBSD-ports-163a239830a8f89b38f71366121af40a1baf8a59.tar.gz |
Chase the new location of libXft.
Diffstat (limited to 'editors/openoffice.org-2.0')
-rw-r--r-- | editors/openoffice.org-2.0/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice.org-2.0/Makefile b/editors/openoffice.org-2.0/Makefile index 3965326..33d1d6b 100644 --- a/editors/openoffice.org-2.0/Makefile +++ b/editors/openoffice.org-2.0/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 |