aboutsummaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-04-21 19:36:35 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-04-21 19:36:35 +0000
commit0b54add41f249b47c72a8d172e2d3a96333241cf (patch)
tree8b7d6598371b0be08d24913bf1308cd95fa65e6c /databases
parentdd8252f6e6b6242d84bccfbd7f5453e79457d4af (diff)
downloadports-0b54add41f249b47c72a8d172e2d3a96333241cf.tar.gz
ports-0b54add41f249b47c72a8d172e2d3a96333241cf.zip
Cosmetic change
Notes
Notes: svn path=/head/; revision=532318
Diffstat (limited to 'databases')
-rw-r--r--databases/p5-DBIx-Safe/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/p5-DBIx-Safe/Makefile b/databases/p5-DBIx-Safe/Makefile
index 684d06b488e8..d1afc245a48c 100644
--- a/databases/p5-DBIx-Safe/Makefile
+++ b/databases/p5-DBIx-Safe/Makefile
@@ -19,8 +19,9 @@ BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-DBD-Pg>=1.49:databases/p5-DBD-Pg \
p5-DBI>=1.490:databases/p5-DBI
-NO_ARCH= yes
-USE_PERL5= configure
USES= perl5
+USE_PERL5= configure
+
+NO_ARCH= yes
.include <bsd.port.mk>