diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2009-12-17 01:14:33 +0000 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2009-12-17 01:14:33 +0000 |
commit | a9a12acbb4598e69e984710bdfb9d113a2cd9701 (patch) | |
tree | 097d42e0b9297a69681d3a9b204e243d622bf7f5 | |
parent | d6d99c38761a3861e526ccdb105c99bcbfcac79e (diff) | |
download | FreeBSD-ports-a9a12acbb4598e69e984710bdfb9d113a2cd9701.zip FreeBSD-ports-a9a12acbb4598e69e984710bdfb9d113a2cd9701.tar.gz |
- Remove test only dependency.
-rw-r--r-- | databases/p5-Class-DBI-AbstractSearch/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/p5-Class-DBI-AbstractSearch/Makefile b/databases/p5-Class-DBI-AbstractSearch/Makefile index 3c1d4a8..afdcf68 100644 --- a/databases/p5-Class-DBI-AbstractSearch/Makefile +++ b/databases/p5-Class-DBI-AbstractSearch/Makefile @@ -17,8 +17,7 @@ COMMENT= Abstract Class::DBI SQL with SQL::Abstract RUN_DEPENDS= ${SITE_PERL}/Class/DBI.pm:${PORTSDIR}/databases/p5-Class-DBI \ ${SITE_PERL}/SQL/Abstract.pm:${PORTSDIR}/databases/p5-SQL-Abstract \ ${SITE_PERL}/SQL/Abstract/Limit.pm:${PORTSDIR}/databases/p5-SQL-Abstract-Limit -BUILD_DEPENDS= ${RUN_DEPENDS} \ - ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple +BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes |