Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Nov 2018 18:20:23 +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: r485345 - head/print/a2pdf
Message-ID:  <201811191820.wAJIKNQ0088647@repo.freebsd.org>

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

Log:
  Add NO_ARCH
  
  - Sort *_DEPENDS

Modified:
  head/print/a2pdf/Makefile

Modified: head/print/a2pdf/Makefile
==============================================================================
--- head/print/a2pdf/Makefile	Mon Nov 19 18:20:15 2018	(r485344)
+++ head/print/a2pdf/Makefile	Mon Nov 19 18:20:23 2018	(r485345)
@@ -13,14 +13,16 @@ COMMENT=	Text to PDF converter
 
 LICENSE=	ART20
 
-BUILD_DEPENDS=	p5-PDF-API2>=0:textproc/p5-PDF-API2 \
-		p5-Switch>=0:lang/p5-Switch \
-		perltidy:devel/p5-Perl-Tidy \
+BUILD_DEPENDS=	${RUN_DEPENDS}
+RUN_DEPENDS=	p5-File-Type>=0:devel/p5-File-Type \
 		p5-Image-Size>=0:graphics/p5-Image-Size \
-		p5-File-Type>=0:devel/p5-File-Type
-RUN_DEPENDS:=	${BUILD_DEPENDS}
+		p5-PDF-API2>=0:textproc/p5-PDF-API2 \
+		p5-Switch>=0:lang/p5-Switch \
+		perltidy:devel/p5-Perl-Tidy
 
 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?201811191820.wAJIKNQ0088647>