Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Oct 2015 15:57:15 +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: r398316 - head/www/p5-HTML-Display
Message-ID:  <201510011557.t91FvFK0063154@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Oct  1 15:57:15 2015
New Revision: 398316
URL: https://svnweb.freebsd.org/changeset/ports/398316

Log:
  - Add NO_ARCH

Modified:
  head/www/p5-HTML-Display/Makefile

Modified: head/www/p5-HTML-Display/Makefile
==============================================================================
--- head/www/p5-HTML-Display/Makefile	Thu Oct  1 15:57:10 2015	(r398315)
+++ head/www/p5-HTML-Display/Makefile	Thu Oct  1 15:57:15 2015	(r398316)
@@ -20,7 +20,8 @@ BUILD_DEPENDS=	p5-HTML-TokeParser-Simple
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-Test-Harness>=2.30:${PORTSDIR}/devel/p5-Test-Harness
 
-USES=		perl5
+NO_ARCH=	yes
 USE_PERL5=	configure
+USES=		perl5
 
 .include <bsd.port.mk>



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