diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-06-07 11:10:04 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-06-07 11:10:04 +0000 |
commit | 31ca6f7c10aff412dc6baf2e4f7627c8815f1f1e (patch) | |
tree | a2d598a0c3f0593dcebddecaa28cb1bb11d1a700 /editors/openoffice | |
parent | 3e07c20db33e1567526c0f09eb5110e3594e6479 (diff) |
Notes
Diffstat (limited to 'editors/openoffice')
-rw-r--r-- | editors/openoffice/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/editors/openoffice/Makefile b/editors/openoffice/Makefile index d4de443fb4fa..41e6c96f728c 100644 --- a/editors/openoffice/Makefile +++ b/editors/openoffice/Makefile @@ -36,6 +36,10 @@ MOZILLADIST= oo_moz1.0RC3_${ARCH}_FreeBSD-4-gcc2.95-system.tar.gz EXTRACT_ONLY= OOo_${PORTVERSION}_source.tar.bz2 MAINTAINER= mbr@FreeBSD.org + +# OO needs DISPLAY to be set and working +RESTRICTED= "No automated build possible" + .if ${OSVERSION} < 500000 && !defined(USE_GCC) BUILD_DEPENDS= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport .endif |