diff options
Diffstat (limited to 'security/p5-Authen-Simple-DBI/Makefile')
-rw-r--r-- | security/p5-Authen-Simple-DBI/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/p5-Authen-Simple-DBI/Makefile b/security/p5-Authen-Simple-DBI/Makefile index d6017d5596a3..9801ca6f647f 100644 --- a/security/p5-Authen-Simple-DBI/Makefile +++ b/security/p5-Authen-Simple-DBI/Makefile @@ -11,9 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Simple DBI authentication -BUILD_DEPENDS= p5-Authen-Simple>=0:security/p5-Authen-Simple \ +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-Authen-Simple>=0:security/p5-Authen-Simple \ p5-DBI>=0:databases/p5-DBI -RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= modbuild |