diff options
author | skrll <skrll> | 2002-05-08 08:05:47 +0000 |
---|---|---|
committer | skrll <skrll> | 2002-05-08 08:05:47 +0000 |
commit | c77d8be1f5a8c3cc9853ea6dfc937d11fbb872f5 (patch) | |
tree | 4b9a5dc16e81e5fffc3a96d109a462f44a03c52b /misc/openoffice/Makefile | |
parent | 6cbb4554cd83c97b453fb65faab0a8d6e0cff8c6 (diff) | |
download | pkgsrc-c77d8be1f5a8c3cc9853ea6dfc937d11fbb872f5.tar.gz |
Use BUILDLINK_DEPENDS.pth to specify the version of pth required.
Diffstat (limited to 'misc/openoffice/Makefile')
-rw-r--r-- | misc/openoffice/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/misc/openoffice/Makefile b/misc/openoffice/Makefile index 2c8facc3e90..c981a7747f9 100644 --- a/misc/openoffice/Makefile +++ b/misc/openoffice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2002/05/03 11:55:19 mrauch Exp $ +# $NetBSD: Makefile,v 1.12 2002/05/08 08:05:47 skrll Exp $ DISTNAME= openoffice-0.0.0.641 PKGREVISION= 1 @@ -28,9 +28,11 @@ BUILD_DEPENDS+= {standalone-tcsh,tcsh}-[0-9]*:../../shells/tcsh 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" -DEPENDS+= pth>=1.4.0nb1:../../devel/pth .include "../../mk/x11.buildlink.mk" CONFLICTS= staroffice-[0-9]* |