archivers/fastjar: Spell USES_PERL5 correctly
Remove bogus Perl run dependency.
This commit is contained in:
parent
a65d8ad623
commit
2183d6595c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=502860
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= fastjar
|
||||
PORTVERSION= 0.93.20060808
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= archivers java
|
||||
MASTER_SITES= LOCAL/maho/fastjar
|
||||
|
||||
|
@ -13,7 +13,7 @@ COMMENT= Version of JDK's `jar' command written entirely in C
|
|||
LICENSE= GPLv2
|
||||
|
||||
USES= gmake makeinfo perl5 tar:bzip2
|
||||
USES_PERL5= build
|
||||
USE_PERL5= build
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
|
Loading…
Reference in a new issue