diff options
author | lesi <lesi@FreeBSD.org> | 2004-12-23 10:03:29 +0800 |
---|---|---|
committer | lesi <lesi@FreeBSD.org> | 2004-12-23 10:03:29 +0800 |
commit | e8e41684e8f300bbcca0075d0e749969aa4ad8f3 (patch) | |
tree | b9d6186c8cd08b4b01f51db19d1e0dbb88a9cc03 /editors/openoffice.org-1.0 | |
parent | 77af2788e4633a909b36138a0e8e66c723d88931 (diff) | |
download | freebsd-ports-graphics-e8e41684e8f300bbcca0075d0e749969aa4ad8f3.tar.gz freebsd-ports-graphics-e8e41684e8f300bbcca0075d0e749969aa4ad8f3.tar.zst freebsd-ports-graphics-e8e41684e8f300bbcca0075d0e749969aa4ad8f3.zip |
Add imake build dependency, it is no longer implied with using
X11 libraries.
Pointed out by: dosirak via kris
Approved by: maho
Diffstat (limited to 'editors/openoffice.org-1.0')
-rw-r--r-- | editors/openoffice.org-1.0/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/openoffice.org-1.0/Makefile b/editors/openoffice.org-1.0/Makefile index 2d660032692..c5489731d52 100644 --- a/editors/openoffice.org-1.0/Makefile +++ b/editors/openoffice.org-1.0/Makefile @@ -123,6 +123,7 @@ BUILD_DEPENDS+= ${JAVAVM}:${PORTSDIR}/java/jdk13 BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip BUILD_DEPENDS+= unzip:${PORTSDIR}/archivers/unzip BUILD_DEPENDS+= ${ANT}:${PORTSDIR}/devel/apache-ant +BUILD_DEPENDS+= xmkmf:${X_IMAKE_PORT} .if !defined(DISPLAY) BUILD_DEPENDS+= Xvfb:${X_VFBSERVER_PORT} .endif |