move p5-Test-Exception from REGRESS_DEPENDS to BUILD_DEPENDS

to unbreak build
no PKGNAME bump necessary
This commit is contained in:
sturm 2008-09-24 06:40:32 +00:00
parent e1eb76e1ab
commit f01400a6e5

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.7 2008/09/13 15:27:51 simon Exp $
# $OpenBSD: Makefile,v 1.8 2008/09/24 06:40:32 sturm Exp $
COMMENT= Catalyst authentication framework
@ -18,11 +18,11 @@ MODULES= cpan
RUN_DEPENDS= ::devel/p5-Class-Inspector \
::www/p5-Catalyst-Runtime \
::www/p5-Catalyst-Plugin-Session
BUILD_DEPENDS= ${RUN_DEPENDS}
BUILD_DEPENDS= ${RUN_DEPENDS} \
::devel/p5-Test-Exception
REGRESS_DEPENDS=::devel/p5-Test-WWW-Mechanize-Catalyst \
::security/p5-Digest-SHA1 \
::www/p5-Catalyst-Plugin-Session-State-Cookie \
::devel/p5-Test-Exception
::www/p5-Catalyst-Plugin-Session-State-Cookie
MAKE_ENV= TEST_POD=Yes