diff options
author | mbr <mbr@FreeBSD.org> | 2002-03-14 16:03:15 +0000 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-03-14 16:03:15 +0000 |
commit | 13819a2d634c6d5179f805b1f748e3b0b875a229 (patch) | |
tree | fa287add656ad7583774103963e423408a298b7f /editors/openoffice-3 | |
parent | 6fbe2327127287cfe2b9a4c906c4e61e00e9e0c6 (diff) | |
download | FreeBSD-ports-13819a2d634c6d5179f805b1f748e3b0b875a229.zip FreeBSD-ports-13819a2d634c6d5179f805b1f748e3b0b875a229.tar.gz |
Add pth directory for LIB_DEPENDS
Diffstat (limited to 'editors/openoffice-3')
-rw-r--r-- | editors/openoffice-3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice-3/Makefile b/editors/openoffice-3/Makefile index e32897f..5adf6b3 100644 --- a/editors/openoffice-3/Makefile +++ b/editors/openoffice-3/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:${PORTSDIR}/devel/pth +LIB_DEPENDS+= pth.14:pth:${PORTSDIR}/devel/pth BROKEN= 'Work in progress -- does not build yet till the end' |