svn commit: r502861 - head/java/sigar

Tobias Kortkamp tobik at FreeBSD.org
Tue May 28 06:42:17 UTC 2019


Author: tobik
Date: Tue May 28 06:42:15 2019
New Revision: 502861
URL: https://svnweb.freebsd.org/changeset/ports/502861

Log:
  java/sigar: Spell USE_PERL5 correctly
  
  Remove bogus perl run dependency.

Modified:
  head/java/sigar/Makefile

Modified: head/java/sigar/Makefile
==============================================================================
--- head/java/sigar/Makefile	Tue May 28 06:38:47 2019	(r502860)
+++ head/java/sigar/Makefile	Tue May 28 06:42:15 2019	(r502861)
@@ -3,7 +3,7 @@
 
 PORTNAME=	sigar
 PORTVERSION=	1.7.3
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	java devel
 PKGNAMEPREFIX=	java-
 
@@ -25,7 +25,7 @@ GH_ACCOUNT=	amishHammer
 GH_TAGNAME=	b5af695
 
 USES=		perl5
-USES_PERL5=	build
+USE_PERL5=	build
 USE_JAVA=	yes
 JAVA_RUN=	yes
 USE_GCC=	any


More information about the svn-ports-all mailing list