missing BUILD_DEPENDS

This commit is contained in:
sturm 2006-12-14 06:16:59 +00:00
parent 6fde4a241c
commit 472d6075c5
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2006/11/13 11:20:25 steven Exp $ # $OpenBSD: Makefile,v 1.6 2006/12/14 06:17:44 sturm Exp $
# max data size too small to build. needs at least 256M # max data size too small to build. needs at least 256M
NOT_FOR_ARCHS= m68k sparc vax NOT_FOR_ARCHS= m68k sparc vax
@ -25,6 +25,7 @@ PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes PERMIT_DISTFILES_FTP= Yes
BUILD_DEPENDS= :zip->=2.3p0:archivers/zip \ BUILD_DEPENDS= :zip->=2.3p0:archivers/zip \
::devel/pkgconfig \
:jikes->=1.22p0:lang/jikes :jikes->=1.22p0:lang/jikes
MODULES= converters/libiconv MODULES= converters/libiconv

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 2006/11/06 13:56:29 espie Exp $ # $OpenBSD: Makefile,v 1.2 2006/12/14 06:16:59 sturm Exp $
COMMENT= "perl implementation of XML-RPC" COMMENT= "perl implementation of XML-RPC"
@ -17,6 +17,7 @@ PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=RPC/} MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=RPC/}
USE_GMAKE= Yes USE_GMAKE= Yes
BUILD_DEPENDS= ::www/p5-libwww
RUN_DEPENDS= ::www/p5-libwww \ RUN_DEPENDS= ::www/p5-libwww \
::textproc/p5-XML-Parser ::textproc/p5-XML-Parser
REGRESS_DEPENDS= ${RUN_DEPENDS} \ REGRESS_DEPENDS= ${RUN_DEPENDS} \