svn commit: r398316 - head/www/p5-HTML-Display

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Oct 1 15:57:16 UTC 2015


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>


More information about the svn-ports-head mailing list