diff options
author | mbr <mbr@FreeBSD.org> | 2002-06-03 21:55:41 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-06-03 21:55:41 +0800 |
commit | a365d38b1a6bdcd8864cc64228ea87e007286842 (patch) | |
tree | 5c929b787f6a1d21ee20cc1e624b78237f2aa9df /editors/openoffice | |
parent | 097c6931c6dd405746c80b8f59b7dbf86ba2021e (diff) | |
download | freebsd-ports-gnome-a365d38b1a6bdcd8864cc64228ea87e007286842.tar.gz freebsd-ports-gnome-a365d38b1a6bdcd8864cc64228ea87e007286842.tar.zst freebsd-ports-gnome-a365d38b1a6bdcd8864cc64228ea87e007286842.zip |
OO bootstrap needs perl.
Diffstat (limited to 'editors/openoffice')
-rw-r--r-- | editors/openoffice/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/openoffice/Makefile b/editors/openoffice/Makefile index ec8ce2fff589..682a6ae73202 100644 --- a/editors/openoffice/Makefile +++ b/editors/openoffice/Makefile @@ -37,6 +37,7 @@ BUILD_DEPENDS+= ${JAVAVM}:${PORTSDIR}/java/jdk13 BUILD_DEPENDS+= imake:${PORTSDIR}/devel/imake-4 LIB_DEPENDS+= pth.14:${PORTSDIR}/devel/pth +USE_PERL5= yes USE_XLIB= yes USE_BZIP2= yes USE_BISON= yes |