svn commit: r502860 - head/archivers/fastjar
Tobias Kortkamp
tobik at FreeBSD.org
Tue May 28 06:38:49 UTC 2019
Author: tobik
Date: Tue May 28 06:38:47 2019
New Revision: 502860
URL: https://svnweb.freebsd.org/changeset/ports/502860
Log:
archivers/fastjar: Spell USES_PERL5 correctly
Remove bogus Perl run dependency.
Modified:
head/archivers/fastjar/Makefile
Modified: head/archivers/fastjar/Makefile
==============================================================================
--- head/archivers/fastjar/Makefile Tue May 28 06:35:36 2019 (r502859)
+++ head/archivers/fastjar/Makefile Tue May 28 06:38:47 2019 (r502860)
@@ -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 entire
LICENSE= GPLv2
USES= gmake makeinfo perl5 tar:bzip2
-USES_PERL5= build
+USE_PERL5= build
GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
More information about the svn-ports-all
mailing list