svn commit: r485345 - head/print/a2pdf

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Nov 19 18:20:25 UTC 2018


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>


More information about the svn-ports-all mailing list