diff options
Diffstat (limited to 'graphics/asciio')
-rw-r--r-- | graphics/asciio/Makefile | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/graphics/asciio/Makefile b/graphics/asciio/Makefile index 8a98aaf11d8f..32eb17c5ccf5 100644 --- a/graphics/asciio/Makefile +++ b/graphics/asciio/Makefile @@ -3,7 +3,7 @@ PORTNAME= asciio PORTVERSION= 1.51.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://mirror.switch.ch/ftp/mirror/CPAN/authors/id/N/NK/NKH/ \ LOCAL/ehaupt @@ -27,17 +27,11 @@ BUILD_DEPENDS= p5-Algorithm-Diff>=0:devel/p5-Algorithm-Diff \ p5-List-MoreUtils>=0:lang/p5-List-MoreUtils \ p5-Module-Util>=0:devel/p5-Module-Util \ p5-Sub-Exporter>=0:devel/p5-Sub-Exporter \ - p5-Test-Block>=0:devel/p5-Test-Block \ - p5-Test-Dependencies>=0:devel/p5-Test-Dependencies \ - p5-Test-Distribution>=0:devel/p5-Test-Distribution \ - p5-Test-NoWarnings>=0:devel/p5-Test-NoWarnings \ - p5-Test-Pod>=0:devel/p5-Test-Pod \ - p5-Test-Spelling>=0:devel/p5-Test-Spelling \ - p5-Test-Strict>=0:devel/p5-Test-Strict \ - p5-Test-Warn>=0:devel/p5-Test-Warn \ p5-Text-Diff>=1.41:textproc/p5-Text-Diff RUN_DEPENDS:= ${BUILD_DEPENDS} \ p5-Class-ISA>=0:devel/p5-Class-ISA +TEST_DEPENDS= p5-Test-NoWarnings>=0:devel/p5-Test-NoWarnings \ + p5-Test-Warn>=0:devel/p5-Test-Warn USES= perl5 USE_PERL5= modbuild |