diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2015-02-06 13:40:23 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2015-02-06 13:40:23 +0000 |
commit | db204baedc39969a60d7591e9cc0cacd5e41d0ff (patch) | |
tree | a7e3e5da94f6f13614305fa9e8d9285ef6c3146e /graphics/asciio | |
parent | ce6563685eed5858eabd873a01830d0e360fc5ff (diff) |
Add devel/p5-Class-ISA to RUN_DEPENDS
Notes
Notes:
svn path=/head/; revision=378536
Diffstat (limited to 'graphics/asciio')
-rw-r--r-- | graphics/asciio/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/asciio/Makefile b/graphics/asciio/Makefile index 05fabf158c46..799582110485 100644 --- a/graphics/asciio/Makefile +++ b/graphics/asciio/Makefile @@ -3,7 +3,7 @@ PORTNAME= asciio PORTVERSION= 1.02.71 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= http://mirror.switch.ch/ftp/mirror/CPAN/authors/id/N/NK/NKH/ \ LOCAL/ehaupt @@ -31,7 +31,8 @@ BUILD_DEPENDS= p5-Directory-Scratch>=0:${PORTSDIR}/devel/p5-Directory-Scratch \ p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter \ p5-Eval-Context>=0:${PORTSDIR}/devel/p5-Eval-Context \ p5-Check-ISA>=0:${PORTSDIR}/devel/p5-Check-ISA -RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} \ + p5-Class-ISA>=0:${PORTSDIR}/devel/p5-Class-ISA USES= perl5 USE_PERL5= modbuild |