diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2003-06-20 07:40:03 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2003-06-20 07:40:03 +0000 |
commit | 3499152c805d78db8ba23670271b4607c6c518a5 (patch) | |
tree | 0cd0e20c83e3d51607e6d43476eafe5a77cb398a /editors/openoffice.org-vcltesttool | |
parent | 0629949058dc00d82b7e7ab68bd58baba4da62a0 (diff) | |
download | ports-3499152c805d78db8ba23670271b4607c6c518a5.tar.gz ports-3499152c805d78db8ba23670271b4607c6c518a5.zip |
Include these librarys needed by the mozilla sub-port directly
here in the openoffice port. This should fix the build problem
on bento.
Notes
Notes:
svn path=/head/; revision=83344
Diffstat (limited to 'editors/openoffice.org-vcltesttool')
-rw-r--r-- | editors/openoffice.org-vcltesttool/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/editors/openoffice.org-vcltesttool/Makefile b/editors/openoffice.org-vcltesttool/Makefile index 9195a8e795b5..2dcfef6122c4 100644 --- a/editors/openoffice.org-vcltesttool/Makefile +++ b/editors/openoffice.org-vcltesttool/Makefile @@ -132,6 +132,11 @@ BUILD_DEPENDS+= ${X11BASE}/lib/libX11.so:${PORTSDIR}/x11/XFree86-4-libraries BUILD_DEPENDS+= Xvfb:${PORTSDIR}/x11-servers/XFree86-4-VirtualFramebufferServer .endif +LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ + png.5:${PORTSDIR}/graphics/png \ + mng.1:${PORTSDIR}/graphics/libmng \ + freetype.9:${PORTSDIR}/print/freetype2 + USE_PERL5= yes USE_BZIP2= yes USE_BISON= yes |