Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Oct 2018 16:50:54 +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: r482697 - head/net/p5-Net-Twitter
Message-ID:  <201810211650.w9LGosTG040203@repo.freebsd.org>

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

Log:
  Fix r481365

Modified:
  head/net/p5-Net-Twitter/Makefile

Modified: head/net/p5-Net-Twitter/Makefile
==============================================================================
--- head/net/p5-Net-Twitter/Makefile	Sun Oct 21 16:50:46 2018	(r482696)
+++ head/net/p5-Net-Twitter/Makefile	Sun Oct 21 16:50:53 2018	(r482697)
@@ -38,14 +38,14 @@ TEST_DEPENDS=	p5-Test-Deep>=0:devel/p5-Test-Deep \
 		p5-Test-Fatal>=0:devel/p5-Test-Fatal \
 		p5-Test-Warn>=0:devel/p5-Test-Warn
 
-NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 
+NO_ARCH=	yes
+
 .include <bsd.port.pre.mk>
 
 .if ${PERL_LEVEL} < 502502
-BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS+=	p5-ExtUtils-MakeMaker>=7.11.01:devel/p5-ExtUtils-MakeMaker
 .endif
 



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