Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Dec 2020 20:17:31 +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: r558597 - head/devel/p5-Class-Autouse
Message-ID:  <202012192017.0BJKHVf0015322@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Dec 19 20:17:31 2020
New Revision: 558597
URL: https://svnweb.freebsd.org/changeset/ports/558597

Log:
  Add NO_ARCH

Modified:
  head/devel/p5-Class-Autouse/Makefile

Modified: head/devel/p5-Class-Autouse/Makefile
==============================================================================
--- head/devel/p5-Class-Autouse/Makefile	Sat Dec 19 20:17:26 2020	(r558596)
+++ head/devel/p5-Class-Autouse/Makefile	Sat Dec 19 20:17:31 2020	(r558597)
@@ -12,10 +12,12 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Defer loading of one or more classes
 
-BUILD_DEPENDS=	p5-prefork>=0:devel/p5-prefork
+BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-prefork>=0:devel/p5-prefork
 
 USES=		perl5
 USE_PERL5=	configure
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>



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