diff options
Diffstat (limited to 'databases/p5-DBIx-Safe/Makefile')
-rw-r--r-- | databases/p5-DBIx-Safe/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/p5-DBIx-Safe/Makefile b/databases/p5-DBIx-Safe/Makefile index bb620c6cf0b0..a790f2c0afe9 100644 --- a/databases/p5-DBIx-Safe/Makefile +++ b/databases/p5-DBIx-Safe/Makefile @@ -17,8 +17,7 @@ COMMENT= Safer access to your database through a DBI database handle BUILD_DEPENDS= p5-DBD-Pg>=1.49:${PORTSDIR}/databases/p5-DBD-Pg \ p5-DBI>=1.490:${PORTSDIR}/databases/p5-DBI -RUN_DEPENDS= p5-DBD-Pg>=1.49:${PORTSDIR}/databases/p5-DBD-Pg \ - p5-DBI>=1.490:${PORTSDIR}/databases/p5-DBI +RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PERL5= configure USES= perl5 |