diff options
Diffstat (limited to 'misc/openoffice3/Makefile')
-rw-r--r-- | misc/openoffice3/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/openoffice3/Makefile b/misc/openoffice3/Makefile index 88a08e48267..9b6064521e9 100644 --- a/misc/openoffice3/Makefile +++ b/misc/openoffice3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.96 2014/01/01 11:52:26 wiz Exp $ +# $NetBSD: Makefile,v 1.97 2014/01/25 10:30:14 wiz Exp $ OO_VER= 3.1.1 OO_TAG= OOO310_m19 @@ -32,6 +32,8 @@ WRKSRC= ${WRKDIR}/${OO_TAG} GCC_REQD+= 3.4 USE_LANGUAGES+= c c++ +PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 3.1.1 + CONFLICTS+= staroffice-[0-9]* CONFLICTS+= openoffice-[0-9]* CONFLICTS+= openoffice2-[0-9]* |