diff options
author | mbr <mbr@FreeBSD.org> | 2002-03-15 00:03:15 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-03-15 00:03:15 +0800 |
commit | 13819a2d634c6d5179f805b1f748e3b0b875a229 (patch) | |
tree | fa287add656ad7583774103963e423408a298b7f /editors/openoffice.org-2-RC | |
parent | 6fbe2327127287cfe2b9a4c906c4e61e00e9e0c6 (diff) | |
download | freebsd-ports-gnome-13819a2d634c6d5179f805b1f748e3b0b875a229.tar.gz freebsd-ports-gnome-13819a2d634c6d5179f805b1f748e3b0b875a229.tar.zst freebsd-ports-gnome-13819a2d634c6d5179f805b1f748e3b0b875a229.zip |
Add pth directory for LIB_DEPENDS
Diffstat (limited to 'editors/openoffice.org-2-RC')
-rw-r--r-- | editors/openoffice.org-2-RC/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice.org-2-RC/Makefile b/editors/openoffice.org-2-RC/Makefile index e32897f77025..5adf6b3c6f8f 100644 --- a/editors/openoffice.org-2-RC/Makefile +++ b/editors/openoffice.org-2-RC/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' |