diff options
Diffstat (limited to 'editors/openoffice.org-1.1/Makefile')
-rw-r--r-- | editors/openoffice.org-1.1/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/editors/openoffice.org-1.1/Makefile b/editors/openoffice.org-1.1/Makefile index 23c5cd913554..d7d6bf648ac2 100644 --- a/editors/openoffice.org-1.1/Makefile +++ b/editors/openoffice.org-1.1/Makefile @@ -17,6 +17,9 @@ EXTRACT_ONLY= oo_${PORTVERSION}_src.tar.bz2 MAINTAINER= mbr@FreeBSD.org +# OO needs DISPLAY to be set and working +RESTRICTED= "No automated build possible" + BUILD_DEPENDS= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport BUILD_DEPENDS+= ${LOCALBASE}/bin/gcc295:${PORTSDIR}/lang/gcc295 BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip |