From 24dcf4a8af99dace449c952073c63c6809ee7742 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Fri, 15 Mar 2002 01:40:07 +0000 Subject: Correct invalid syntax in LIB_DEPENDS Submitted by: bento --- editors/openoffice.org-2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editors/openoffice.org-2') 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' -- cgit