aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorkuriyama <kuriyama@FreeBSD.org>2015-02-18 14:16:52 +0800
committerkuriyama <kuriyama@FreeBSD.org>2015-02-18 14:16:52 +0800
commit50c16f2cef46247b8d4843567f545b474340a745 (patch)
tree0a310cf2061372fe5a836dfccc5bb73e04bc415a /databases
parentc5e3aba847d62e7b34ebb1100bed1233855f332c (diff)
downloadfreebsd-ports-gnome-50c16f2cef46247b8d4843567f545b474340a745.tar.gz
freebsd-ports-gnome-50c16f2cef46247b8d4843567f545b474340a745.tar.zst
freebsd-ports-gnome-50c16f2cef46247b8d4843567f545b474340a745.zip
Add missing depends on Text::ASCIITable.
Diffstat (limited to 'databases')
-rw-r--r--databases/p5-DBIx-QueryLog/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/p5-DBIx-QueryLog/Makefile b/databases/p5-DBIx-QueryLog/Makefile
index 995e8e0a7d6a..c737f4f730ab 100644
--- a/databases/p5-DBIx-QueryLog/Makefile
+++ b/databases/p5-DBIx-QueryLog/Makefile
@@ -2,7 +2,7 @@
PORTNAME= DBIx-QueryLog
PORTVERSION= 0.39
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -14,7 +14,8 @@ LICENSE= ART10 GPLv1
LICENSE_COMB= dual
RUN_DEPENDS= \
- p5-DBI>0:${PORTSDIR}/databases/p5-DBI
+ p5-DBI>0:${PORTSDIR}/databases/p5-DBI \
+ p5-Text-ASCIITable>0:${PORTSDIR}/textproc/p5-Text-ASCIITable
BUILD_DEPENDS:= ${RUN_DEPENDS}
TEST_DEPENDS= \
p5-DBD-SQLite>0:${PORTSDIR}/databases/p5-DBD-SQLite \