diff options
author | mbr <mbr@FreeBSD.org> | 2002-08-05 07:58:14 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-08-05 07:58:14 +0800 |
commit | 1f45cd5b8c407623149780cc024e5f6bde0ca71f (patch) | |
tree | 131809c26f250e18d372b77f4f1c61b0477a0378 /editors/openoffice.org-1.0 | |
parent | 7b67f0dc667e3f4222fcd7610f1e75924caa0a00 (diff) | |
download | freebsd-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.org-1.0')
-rw-r--r-- | editors/openoffice.org-1.0/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice.org-1.0/Makefile b/editors/openoffice.org-1.0/Makefile index f08eaec29102..d1cb7291e8f4 100644 --- a/editors/openoffice.org-1.0/Makefile +++ b/editors/openoffice.org-1.0/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 |