Browse Source

lang/perl-test-harness: Fix DEPENDS

Signed-off-by: Marcel Denia <naoir@gmx.net>
Marcel Denia 10 years ago
parent
commit
7585f8f9d2
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      lang/perl-test-harness/Makefile

+ 1
- 1
lang/perl-test-harness/Makefile View File

@@ -23,7 +23,7 @@ SECTION:=lang
23 23
 CATEGORY:=Languages
24 24
 TITLE:=Perl Test Harness
25 25
 URL:=http://search.cpan.org/dist/Test-Harness/
26
-DEPENDS:=+perl
26
+DEPENDS:=perl
27 27
 endef
28 28
 
29 29
 define Build/Configure