Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Oct 2015 20:19:18 +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: r399741 - head/devel/p5-DateTimeX-Easy
Message-ID:  <201510192019.t9JKJImX027196@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Oct 19 20:19:18 2015
New Revision: 399741
URL: https://svnweb.freebsd.org/changeset/ports/399741

Log:
  - Add NO_ARCH

Modified:
  head/devel/p5-DateTimeX-Easy/Makefile

Modified: head/devel/p5-DateTimeX-Easy/Makefile
==============================================================================
--- head/devel/p5-DateTimeX-Easy/Makefile	Mon Oct 19 20:19:13 2015	(r399740)
+++ head/devel/p5-DateTimeX-Easy/Makefile	Mon Oct 19 20:19:18 2015	(r399741)
@@ -14,15 +14,16 @@ COMMENT=	Parse a date/time string using 
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-RUN_DEPENDS=	p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
+BUILD_DEPENDS=	p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
 		p5-DateTime-Format-DateParse>=0:${PORTSDIR}/devel/p5-DateTime-Format-DateParse \
 		p5-DateTime-Format-Flexible>=0:${PORTSDIR}/devel/p5-DateTime-Format-Flexible \
 		p5-DateTime-Format-ICal>=0:${PORTSDIR}/devel/p5-DateTime-Format-ICal \
 		p5-DateTime-Format-Natural>=0:${PORTSDIR}/devel/p5-DateTime-Format-Natural \
 		p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate
-BUILD_DEPENDS:=	${RUN_DEPENDS}
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-Test-Most>=0:${PORTSDIR}/devel/p5-Test-Most
 
+NO_ARCH=	yes
 USE_PERL5=	configure
 USES=		perl5
 



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