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-1.0 | |
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-1.0')
-rw-r--r-- | editors/openoffice-1.0/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice-1.0/Makefile b/editors/openoffice-1.0/Makefile index 98cbed260184..0af457eb28c2 100644 --- a/editors/openoffice-1.0/Makefile +++ b/editors/openoffice-1.0/Makefile @@ -18,7 +18,7 @@ MAINTAINER= mbr@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport 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' |