summaryrefslogtreecommitdiff
path: root/editors/openoffice/Makefile
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2002-08-04 23:58:14 +0000
committerMartin Blapp <mbr@FreeBSD.org>2002-08-04 23:58:14 +0000
commit12b4b025108a7a25fb9c6c545ef61eec173c5609 (patch)
treef0f32f4e0b617ea0a29bdf79c210bcb79f70c2ec /editors/openoffice/Makefile
parentBump PORTREVISION since we improved a patch (diff)
Fix build dependency.
Noted by: Jonathan Chen <jonc@mobiledatanow.com>
Notes
Notes: svn path=/head/; revision=64011
Diffstat (limited to 'editors/openoffice/Makefile')
-rw-r--r--editors/openoffice/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice/Makefile b/editors/openoffice/Makefile
index f08eaec29102..d1cb7291e8f4 100644
--- a/editors/openoffice/Makefile
+++ b/editors/openoffice/Makefile
@@ -102,7 +102,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport
BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip
BUILD_DEPENDS+= unzip:${PORTSDIR}/archivers/unzip
BUILD_DEPENDS+= ${JAVAVM}:${PORTSDIR}/java/jdk13
-BUILD_DEPENDS+= X11.6:${PORTSDIR}/x11/XFree86-4-libraries
+BUILD_DEPENDS+= ${X11BASE}/lib/libX11.so:${PORTSDIR}/x11/XFree86-4-libraries
.if !defined(DISPLAY)
BUILD_DEPENDS+= Xvfb:${PORTSDIR}/x11-servers/XFree86-4-VirtualFramebufferServer
.endif