aboutsummaryrefslogtreecommitdiffstats
path: root/editors/openoffice/Makefile
diff options
context:
space:
mode:
authormbr <mbr@FreeBSD.org>2002-08-05 07:58:14 +0800
committermbr <mbr@FreeBSD.org>2002-08-05 07:58:14 +0800
commit1f45cd5b8c407623149780cc024e5f6bde0ca71f (patch)
tree131809c26f250e18d372b77f4f1c61b0477a0378 /editors/openoffice/Makefile
parent7b67f0dc667e3f4222fcd7610f1e75924caa0a00 (diff)
downloadfreebsd-ports-gnome-1f45cd5b8c407623149780cc024e5f6bde0ca71f.tar.gz
freebsd-ports-gnome-1f45cd5b8c407623149780cc024e5f6bde0ca71f.tar.zst
freebsd-ports-gnome-1f45cd5b8c407623149780cc024e5f6bde0ca71f.zip
Fix build dependency.
Noted by: Jonathan Chen <jonc@mobiledatanow.com>
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