diff options
author | jlam <jlam> | 2002-08-01 05:48:00 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-08-01 05:48:00 +0000 |
commit | 0667348e2457442483cc1061eff529caade5d9eb (patch) | |
tree | ddb090c3c0b454f9c8402f5b1724832e17cddad6 /misc/openoffice/Makefile | |
parent | 67259e22f565d221aaa481aa2ada437d89be3c4a (diff) | |
download | pkgsrc-0667348e2457442483cc1061eff529caade5d9eb.tar.gz |
Adjust to new pthread.buildlink.mk: remove USE_PTHREAD and replace with
appropriate PTHREAD_OPTS incantation, and move the checks for the value
of PTHREAD_TYPE below the inclusion of pthread.buildlink.mk.
Diffstat (limited to 'misc/openoffice/Makefile')
-rw-r--r-- | misc/openoffice/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/misc/openoffice/Makefile b/misc/openoffice/Makefile index 41bd9e7ac0d..98099bb39a3 100644 --- a/misc/openoffice/Makefile +++ b/misc/openoffice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2002/07/31 21:14:04 mrauch Exp $ +# $NetBSD: Makefile,v 1.16 2002/08/01 05:48:17 jlam Exp $ DISTNAME= openoffice-0.0.0.641 PKGREVISION= 1 @@ -16,8 +16,7 @@ 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 +PTHREAD_OPTS+= require # OpenOffice requires gcc 2.95.2 or better, # so for NetBSD<=1.5 we need the package lang/gcc. @@ -34,10 +33,6 @@ BUILD_DEPENDS+= stlport>=4.0nb1:../../devel/stlport USE_JAVA= build PKG_JVM= sun-jdk -.include "../../lang/perl5/buildlink.mk" -.include "../../mk/pthread.buildlink.mk" -.include "../../mk/x11.buildlink.mk" - CONFLICTS= staroffice-[0-9]* ONLY_FOR_PLATFORM= NetBSD-1.5.3*-i386 NetBSD-1.5Z?-i386 \ @@ -96,4 +91,7 @@ do-install: <${FILESDIR}/soffice >${PREFIX}/bin/soffice ${CHMOD} +x ${PREFIX}/bin/soffice +.include "../../lang/perl5/buildlink.mk" +.include "../../mk/pthread.buildlink.mk" +.include "../../mk/x11.buildlink.mk" .include "../../mk/bsd.pkg.mk" |