diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-03-15 01:40:07 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-03-15 01:40:07 +0000 |
commit | 24dcf4a8af99dace449c952073c63c6809ee7742 (patch) | |
tree | 333e4165138ea1a9822c0f64a3479f2c2c8f68c6 /editors/openoffice | |
parent | 9b08606f5bb5ca1d3b109d756156d8e706dc3fa5 (diff) | |
download | ports-24dcf4a8af99dace449c952073c63c6809ee7742.tar.gz ports-24dcf4a8af99dace449c952073c63c6809ee7742.zip |
Notes
Diffstat (limited to 'editors/openoffice')
-rw-r--r-- | editors/openoffice/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice/Makefile b/editors/openoffice/Makefile index 98cbed260184..0af457eb28c2 100644 --- a/editors/openoffice/Makefile +++ b/editors/openoffice/Makefile @@ -18,7 +18,7 @@ MAINTAINER= mbr@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip BUILD_DEPENDS+= ${JAVAVM}:${PORTSDIR}/java/jdk13 -LIB_DEPENDS+= pth.14:pth:${PORTSDIR}/devel/pth +LIB_DEPENDS+= pth.14:${PORTSDIR}/devel/pth BROKEN= 'Work in progress -- does not build yet till the end' |