aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2016-11-06 02:01:23 +0800
committersunpoet <sunpoet@FreeBSD.org>2016-11-06 02:01:23 +0800
commit7441bd7e1b03e739dca6fbf4a78b96741e1ced48 (patch)
treedcbc983f38885a94ba055b87525fd145b287ecc8 /databases
parent630ae551492a8be631512704e143f93387ac1fd7 (diff)
downloadfreebsd-ports-graphics-7441bd7e1b03e739dca6fbf4a78b96741e1ced48.tar.gz
freebsd-ports-graphics-7441bd7e1b03e739dca6fbf4a78b96741e1ced48.tar.zst
freebsd-ports-graphics-7441bd7e1b03e739dca6fbf4a78b96741e1ced48.zip
- Update *_DEPENDS
Diffstat (limited to 'databases')
-rw-r--r--databases/p5-DBD-CSV/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/p5-DBD-CSV/Makefile b/databases/p5-DBD-CSV/Makefile
index 7f74e593486..77db166e268 100644
--- a/databases/p5-DBD-CSV/Makefile
+++ b/databases/p5-DBD-CSV/Makefile
@@ -13,7 +13,7 @@ COMMENT= DBI driver for CSV files
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-BUILD_DEPENDS= p5-DBI>=1.633:databases/p5-DBI \
+BUILD_DEPENDS= p5-DBI>=1.636:databases/p5-DBI \
p5-SQL-Statement>=1.405:databases/p5-SQL-Statement \
p5-Text-CSV_XS>=1.01:textproc/p5-Text-CSV_XS
RUN_DEPENDS:= ${BUILD_DEPENDS}