git: a8bbaffc8337 - main - graphics/darktable: Use P5_POD_PARSER

Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Jul 14 16:19:50 UTC 2021


The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a8bbaffc83379a19043dc5c16af4bae735c4608f

commit a8bbaffc83379a19043dc5c16af4bae735c4608f
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-07-14 16:04:11 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-07-14 16:10:54 +0000

    graphics/darktable: Use P5_POD_PARSER
    
    With hat:       perl
---
 graphics/darktable/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/graphics/darktable/Makefile b/graphics/darktable/Makefile
index ed852838d4b7..e77d959f40ce 100644
--- a/graphics/darktable/Makefile
+++ b/graphics/darktable/Makefile
@@ -15,7 +15,7 @@ ONLY_FOR_ARCHS=		aarch64 amd64 powerpc64le
 ONLY_FOR_ARCHS_REASON=	uses 64-bit address space
 
 BUILD_DEPENDS=	iso-codes>=0:misc/iso-codes \
-		p5-Pod-Parser>=0:textproc/p5-Pod-Parser \
+		${P5_POD_PARSER} \
 		po4a-translate:textproc/po4a \
 		xsltproc:textproc/libxslt \
 		bash:shells/bash


More information about the dev-commits-ports-main mailing list