aboutsummaryrefslogtreecommitdiffstats
path: root/editors/openoffice-3
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2005-01-13 09:01:44 +0800
committermaho <maho@FreeBSD.org>2005-01-13 09:01:44 +0800
commit4b28cf6a51fa2b014d70ef2ccaf3fd642405a3ce (patch)
treed119f711cb6712d79750c471a65e8846457627b0 /editors/openoffice-3
parent8d9d673ec9adefea48a1c9529b21a0aeca714f10 (diff)
downloadfreebsd-ports-gnome-4b28cf6a51fa2b014d70ef2ccaf3fd642405a3ce.tar.gz
freebsd-ports-gnome-4b28cf6a51fa2b014d70ef2ccaf3fd642405a3ce.tar.zst
freebsd-ports-gnome-4b28cf6a51fa2b014d70ef2ccaf3fd642405a3ce.zip
Fix libIDL dependency.
Diffstat (limited to 'editors/openoffice-3')
-rw-r--r--editors/openoffice-3/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/openoffice-3/Makefile b/editors/openoffice-3/Makefile
index 75defa7f246c..1d4ddabf1644 100644
--- a/editors/openoffice-3/Makefile
+++ b/editors/openoffice-3/Makefile
@@ -87,7 +87,8 @@ BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip \
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
png.5:${PORTSDIR}/graphics/png \
mng.1:${PORTSDIR}/graphics/libmng \
- freetype.9:${PORTSDIR}/print/freetype2
+ freetype.9:${PORTSDIR}/print/freetype2 \
+ IDL-2.0:${PORTSDIR}/devel/libIDL
.if defined(WITHOUT_JAVA)
LIB_DEPENDS= xslt.2:${PORTSDIR}/textproc/libxslt
.else