Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Jul 2021 16:19:41 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a8bbaffc8337 - main - graphics/darktable: Use P5_POD_PARSER
Message-ID:  <202107141619.16EGJfZa012442@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

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

commit a8bbaffc83379a19043dc5c16af4bae735c4608f
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-07-14 16:04:11 +0000
Commit:     Po-Chuan Hsieh <sunpoet@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



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