diff options
Diffstat (limited to 'databases/p5-DBIx-Custom/Makefile')
-rw-r--r-- | databases/p5-DBIx-Custom/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/p5-DBIx-Custom/Makefile b/databases/p5-DBIx-Custom/Makefile index 2fe543c7146d..7a7db54304cb 100644 --- a/databases/p5-DBIx-Custom/Makefile +++ b/databases/p5-DBIx-Custom/Makefile @@ -14,11 +14,11 @@ COMMENT= Customizable DBI LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -BUILD_DEPENDS= p5-DBD-SQLite>=1.25:databases/p5-DBD-SQLite \ +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-DBD-SQLite>=1.25:databases/p5-DBD-SQLite \ p5-DBI>=1.60.5:databases/p5-DBI \ p5-DBIx-Connector>=0.56:databases/p5-DBIx-Connector \ p5-Object-Simple>=3.1000:devel/p5-Object-Simple -RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes USES= perl5 |