diff options
author | kris <kris@FreeBSD.org> | 2002-03-15 09:40:07 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-03-15 09:40:07 +0800 |
commit | d4b08865a90f5d4d8a6c9ee3a3651ebd635756a4 (patch) | |
tree | 4c7b9d1d4f23ff9d32ee1f75c689e933aba9165b /editors/openoffice.org-1.1-devel | |
parent | 5981bd07c1dca8ef6b4b0d6caa438cd51ab8fc24 (diff) | |
download | freebsd-ports-gnome-d4b08865a90f5d4d8a6c9ee3a3651ebd635756a4.tar.gz freebsd-ports-gnome-d4b08865a90f5d4d8a6c9ee3a3651ebd635756a4.tar.zst freebsd-ports-gnome-d4b08865a90f5d4d8a6c9ee3a3651ebd635756a4.zip |
Correct invalid syntax in LIB_DEPENDS
Submitted by: bento
Diffstat (limited to 'editors/openoffice.org-1.1-devel')
-rw-r--r-- | editors/openoffice.org-1.1-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice.org-1.1-devel/Makefile b/editors/openoffice.org-1.1-devel/Makefile index 5adf6b3c6f8f..e32897f77025 100644 --- a/editors/openoffice.org-1.1-devel/Makefile +++ b/editors/openoffice.org-1.1-devel/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' |