diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-05-18 11:24:29 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-05-18 11:35:24 +0800 |
commit | 1cfea0e1327c52e93a1b81b92c17a14fd69fcc0c (patch) | |
tree | e0c4110e789cf76a70e8d946d9fdd3ee8063a02a | |
parent | security/p5-Digest-MD5: Strip shared library (diff) |
textproc/p5-XML-LibXSLT: Clean up LIB_DEPENDS
These LIB_DEPENDS are indirect dependencies brought by libxslt.
-rw-r--r-- | textproc/p5-XML-LibXSLT/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/textproc/p5-XML-LibXSLT/Makefile b/textproc/p5-XML-LibXSLT/Makefile index 4f507b757688..a5321b899e22 100644 --- a/textproc/p5-XML-LibXSLT/Makefile +++ b/textproc/p5-XML-LibXSLT/Makefile @@ -12,8 +12,6 @@ LICENSE= ART10 GPLv1+ LICENSE_COMB= dual BUILD_DEPENDS= ${RUN_DEPENDS} -LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ - libgpg-error.so:security/libgpg-error RUN_DEPENDS= p5-XML-LibXML>=1.70:textproc/p5-XML-LibXML USES= gnome perl5 pkgconfig |