aboutsummaryrefslogtreecommitdiff
path: root/archivers/fastjar
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-05-28 06:38:47 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-05-28 06:38:47 +0000
commit2183d6595c7ce74dab67909366b975130a1ce3d0 (patch)
tree01d3d22ac19791900e97cc6672ca070ef02d409b /archivers/fastjar
parenta65d8ad623be85321363f294575a60666ab36658 (diff)
downloadports-2183d6595c7ce74dab67909366b975130a1ce3d0.tar.gz
ports-2183d6595c7ce74dab67909366b975130a1ce3d0.zip
archivers/fastjar: Spell USES_PERL5 correctly
Remove bogus Perl run dependency.
Notes
Notes: svn path=/head/; revision=502860
Diffstat (limited to 'archivers/fastjar')
-rw-r--r--archivers/fastjar/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/fastjar/Makefile b/archivers/fastjar/Makefile
index bec6e24606fc..8c541d24b756 100644
--- a/archivers/fastjar/Makefile
+++ b/archivers/fastjar/Makefile
@@ -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}