Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Oct 2018 16:51:10 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r482699 - head/security/p5-Unix-Passwd-File
Message-ID:  <201810211651.w9LGpA6w041231@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Oct 21 16:51:09 2018
New Revision: 482699
URL: https://svnweb.freebsd.org/changeset/ports/482699

Log:
  Fix r481365

Modified:
  head/security/p5-Unix-Passwd-File/Makefile

Modified: head/security/p5-Unix-Passwd-File/Makefile
==============================================================================
--- head/security/p5-Unix-Passwd-File/Makefile	Sun Oct 21 16:51:01 2018	(r482698)
+++ head/security/p5-Unix-Passwd-File/Makefile	Sun Oct 21 16:51:09 2018	(r482699)
@@ -24,15 +24,14 @@ TEST_DEPENDS=	p5-Class-Load>=0:devel/p5-Class-Load \
 		p5-File-chdir>=0:devel/p5-File-chdir \
 		p5-namespace-autoclean>=0:devel/p5-namespace-autoclean
 
-NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 
+NO_ARCH=	yes
+
 .include <bsd.port.pre.mk>
 
 .if ${PERL_LEVEL} < 502501
-BUILD_DEPENDS=	${RUN_DEPENDS}
-RUN_DEPENDS+=	p5-Scalar-List-Utils>=1.45:lang/p5-Scalar-List-Utils
 RUN_DEPENDS+=	p5-Scalar-List-Utils>=1.45:lang/p5-Scalar-List-Utils
 .endif
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810211651.w9LGpA6w041231>