diff options
author | wiz <wiz@pkgsrc.org> | 2002-06-15 21:08:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-06-15 21:08:50 +0000 |
commit | 0d5da979de99ce7fefc9f8a213edf8da8e95625b (patch) | |
tree | 5b6e96eb5e6496398e7f2aae11c897b642226396 /misc/openoffice | |
parent | 1b992cfb2c443441c55907387a3fe28953fdb328 (diff) | |
download | pkgsrc-0d5da979de99ce7fefc9f8a213edf8da8e95625b.tar.gz |
Use pthread.buildlink.mk instead of pth's buildlink.mk.
pkg/17269 by Lubomir Sedlacik.
Diffstat (limited to 'misc/openoffice')
-rw-r--r-- | misc/openoffice/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/misc/openoffice/Makefile b/misc/openoffice/Makefile index c981a7747f9..94f96a1b271 100644 --- a/misc/openoffice/Makefile +++ b/misc/openoffice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2002/05/08 08:05:47 skrll Exp $ +# $NetBSD: Makefile,v 1.13 2002/06/15 21:08:50 wiz Exp $ DISTNAME= openoffice-0.0.0.641 PKGREVISION= 1 @@ -16,6 +16,9 @@ MAINTAINER= mrauch@netbsd.org HOMEPAGE= http://www.openoffice.org/ COMMENT= Integrated office productivity suite +USE_PTHREAD= native pth +BUILDLINK_DEPENDS.pth= pth>=1.4.0nb1 + # OpenOffice requires gcc 2.95.2 or better, # so for NetBSD<=1.5 we need the package lang/gcc. GCC_VERSION!= ${CC} --version @@ -29,10 +32,8 @@ BUILD_DEPENDS+= zip-[0-9]*:../../archivers/zip BUILD_DEPENDS+= stlport>=4.0nb1:../../devel/stlport BUILD_DEPENDS+= sun-jdk>=1.3.0:../../lang/sun-jdk13 -BUILDLINK_DEPENDS.pth= pth>=1.4.0nb1 - .include "../../lang/perl5/buildlink.mk" -.include "../../devel/pth/buildlink.mk" +.include "../../mk/pthread.buildlink.mk" .include "../../mk/x11.buildlink.mk" CONFLICTS= staroffice-[0-9]* |