diff options
author | swills <swills@FreeBSD.org> | 2012-02-15 10:22:00 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-02-15 10:22:00 +0800 |
commit | c4cddfefa8616bfe37d8795a5aeed41183650145 (patch) | |
tree | fe7aae4ff658dff9c382e959d6841104df61ae2a /databases | |
parent | 004004961e21ddf22f61b3cb63f545b7ccfa5da6 (diff) | |
download | freebsd-ports-gnome-c4cddfefa8616bfe37d8795a5aeed41183650145.tar.gz freebsd-ports-gnome-c4cddfefa8616bfe37d8795a5aeed41183650145.tar.zst freebsd-ports-gnome-c4cddfefa8616bfe37d8795a5aeed41183650145.zip |
- Add TEST_DEPENDS to enable testing
PR: ports/164357
Submitted by: swills (myself)
Approved by: portmgr (blanket)
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-DBIx-ContextualFetch/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/p5-DBIx-ContextualFetch/Makefile b/databases/p5-DBIx-ContextualFetch/Makefile index 1f6fa5127d20..7afb50f8dd9f 100644 --- a/databases/p5-DBIx-ContextualFetch/Makefile +++ b/databases/p5-DBIx-ContextualFetch/Makefile @@ -16,6 +16,7 @@ COMMENT= Add contextual fetches to DBI RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI BUILD_DEPENDS= ${RUN_DEPENDS} +TEST_DEPENDS= p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite PERL_CONFIGURE= yes |