aboutsummaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-12-19 20:17:17 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-12-19 20:17:17 +0000
commitc53641c0cb33c86ff2b9e07ee57060c19e39a2db (patch)
tree98ad55893698440a31350aeca0be322c4ba83ed8 /databases
parent77be0ffc45a06fdd0a696fc5cd4b0f419cd2d3b2 (diff)
Notes
Diffstat (limited to 'databases')
-rw-r--r--databases/p5-SQL-Translator/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/p5-SQL-Translator/Makefile b/databases/p5-SQL-Translator/Makefile
index fddb321d431b..f840e72ef9e8 100644
--- a/databases/p5-SQL-Translator/Makefile
+++ b/databases/p5-SQL-Translator/Makefile
@@ -13,8 +13,8 @@ COMMENT= Manipulate structured data definitions (SQL and more)
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
-BUILD_DEPENDS= ${RUN_DEPENDS} \
- p5-File-ShareDir-Install>=0:devel/p5-File-ShareDir-Install
+BUILD_DEPENDS= p5-File-ShareDir-Install>=0:devel/p5-File-ShareDir-Install \
+ ${RUN_DEPENDS}
RUN_DEPENDS= p5-Carp-Clan>=0:devel/p5-Carp-Clan \
p5-DBI>=1.54:databases/p5-DBI \
p5-File-ShareDir>=1:devel/p5-File-ShareDir \
@@ -44,7 +44,7 @@ DIAGRAM_DESC= Diagram generation support
DIAGRAM_BUILD_DEPENDS= ${DIAGRAM_RUN_DEPENDS}
DIAGRAM_RUN_DEPENDS= p5-GD>=0:graphics/p5-GD \
- p5-Graph>=0:math/p5-Graph \
+ p5-Graph>=0,1:math/p5-Graph \
p5-GraphViz>=0:graphics/p5-GraphViz
.include <bsd.port.mk>