diff options
author | swills <swills@FreeBSD.org> | 2012-01-30 10:32:19 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-01-30 10:32:19 +0800 |
commit | b31954dcfc83a460309fdc0c97685098b79718af (patch) | |
tree | c2eef34d0fd0f4d9d90c2bde809465be96d69a72 /databases/p5-Test-postgresql/Makefile | |
parent | 2e9a3975adfda1199ace552669587f4aa66dfdc8 (diff) | |
download | freebsd-ports-gnome-b31954dcfc83a460309fdc0c97685098b79718af.tar.gz freebsd-ports-gnome-b31954dcfc83a460309fdc0c97685098b79718af.tar.zst freebsd-ports-gnome-b31954dcfc83a460309fdc0c97685098b79718af.zip |
- Add TEST_DEPENDS
PR: ports/164573
Submitted by: swills (myself)
Approved by: maintainer (blanket)
Diffstat (limited to 'databases/p5-Test-postgresql/Makefile')
-rw-r--r-- | databases/p5-Test-postgresql/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/p5-Test-postgresql/Makefile b/databases/p5-Test-postgresql/Makefile index 47d3b0e2cf0b..a2a2c6a83a53 100644 --- a/databases/p5-Test-postgresql/Makefile +++ b/databases/p5-Test-postgresql/Makefile @@ -19,6 +19,7 @@ RUN_DEPENDS= \ p5-DBI>0:${PORTSDIR}/databases/p5-DBI \ p5-DBD-Pg>0:${PORTSDIR}/databases/p5-DBD-Pg BUILD_DEPENDS= ${RUN_DEPENDS} +TEST_DEPENDS= p5-Test-SharedFork>=0.06:${PORTSDIR}/devel/p5-Test-SharedFork PERL_CONFIGURE= yes |