fix REGRESS_DEPENDS; spotted by sqlports

This commit is contained in:
jolan 2009-09-06 11:29:47 +00:00
parent bc2b3dcc6c
commit 82399e2e92

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 2009/09/04 16:07:49 landry Exp $
# $OpenBSD: Makefile,v 1.2 2009/09/06 11:29:47 jolan Exp $
COMMENT = XS for C++
@ -13,7 +13,7 @@ PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE = modbuild
REGRESS_DEPENDS = devel/p5-Test-Base \
devel/p5-Test-Differences
REGRESS_DEPENDS = ::devel/p5-Test-Base \
::devel/p5-Test-Differences
.include <bsd.port.mk>