diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/openoffice2/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/openoffice2/Makefile b/misc/openoffice2/Makefile index 5ec609a62e2..af5bf68087c 100644 --- a/misc/openoffice2/Makefile +++ b/misc/openoffice2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2008/01/18 05:08:36 tnn Exp $ +# $NetBSD: Makefile,v 1.36 2008/01/18 22:31:41 hira Exp $ # OO_VER= 2.3.1 @@ -35,6 +35,8 @@ CONFIGURE_DIRS= config_office GCC_REQD+= 3.4 USE_LANGUAGES+= c c++ +.include "../../mk/compiler.mk" + USE_TOOLS+= bash gmake imake perl pkg-config tar PTHREAD_OPTS+= require PTHREAD_AUTO_VARS= yes @@ -208,6 +210,5 @@ PYTHON_VERSIONS_ACCEPTED= 24 23 22 .include "../../x11/libXrandr/buildlink3.mk" .include "../../x11/libXrender/buildlink3.mk" .include "../../x11/libXt/buildlink3.mk" -.include "../../mk/compiler.mk" .include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |