Use BUILDLINK_DEPENDS.pth to specify the version of pth required.
This commit is contained in:
parent
bff81a825b
commit
909f2b460b
1 changed files with 4 additions and 2 deletions
|
@ -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]*
|
||||
|
|
Loading…
Reference in a new issue