aboutsummaryrefslogtreecommitdiffstats
path: root/editors/openoffice.org-2
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-03-15 09:40:07 +0800
committerKris Kennaway <kris@FreeBSD.org>2002-03-15 09:40:07 +0800
commit24dcf4a8af99dace449c952073c63c6809ee7742 (patch)
tree333e4165138ea1a9822c0f64a3479f2c2c8f68c6 /editors/openoffice.org-2
parent9b08606f5bb5ca1d3b109d756156d8e706dc3fa5 (diff)
downloadfreebsd-ports-24dcf4a8af99dace449c952073c63c6809ee7742.tar.gz
freebsd-ports-24dcf4a8af99dace449c952073c63c6809ee7742.tar.zst
freebsd-ports-24dcf4a8af99dace449c952073c63c6809ee7742.zip
Correct invalid syntax in LIB_DEPENDS
Submitted by: bento
Notes
Notes: svn path=/head/; revision=56114
Diffstat (limited to 'editors/openoffice.org-2')
-rw-r--r--editors/openoffice.org-2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice.org-2/Makefile b/editors/openoffice.org-2/Makefile
index 5adf6b3c6f8f..e32897f77025 100644
--- a/editors/openoffice.org-2/Makefile
+++ b/editors/openoffice.org-2/Makefile
@@ -21,7 +21,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport
BUILD_DEPENDS+= ${LOCALBASE}/bin/gcc295:${PORTSDIR}/lang/gcc295
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'