diff options
Diffstat (limited to 'devel/p5-File-Binary/Makefile')
-rw-r--r-- | devel/p5-File-Binary/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-File-Binary/Makefile b/devel/p5-File-Binary/Makefile index eb06ee249146..9406ce1a97d4 100644 --- a/devel/p5-File-Binary/Makefile +++ b/devel/p5-File-Binary/Makefile @@ -11,8 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl interface to modify and read binary files -BUILD_DEPENDS= p5-IO-stringy>=0:devel/p5-IO-stringy -RUN_DEPENDS:= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-IO-stringy>=0:devel/p5-IO-stringy USES= perl5 USE_PERL5= configure |