diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2016-10-10 20:16:53 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2016-10-10 20:16:53 +0000 |
commit | dd635a5951ee7be8802040588ac1b021e0add715 (patch) | |
tree | 3783334e7d6cd2fdc5ab15a10ff1c0179043cc13 /textproc/p5-XML-LibXSLT/Makefile | |
parent | 41265131e5a90e0cbfcbafd309b19f0e18dc0bf6 (diff) |
Notes
Diffstat (limited to 'textproc/p5-XML-LibXSLT/Makefile')
-rw-r--r-- | textproc/p5-XML-LibXSLT/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/p5-XML-LibXSLT/Makefile b/textproc/p5-XML-LibXSLT/Makefile index 0855be0951df..0e4ace17a95b 100644 --- a/textproc/p5-XML-LibXSLT/Makefile +++ b/textproc/p5-XML-LibXSLT/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= XML-LibXSLT -PORTVERSION= 1.94 -PORTREVISION= 1 +PORTVERSION= 1.95 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,6 +14,8 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= p5-XML-LibXML>=1.70:textproc/p5-XML-LibXML +LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ + libgpg-error.so:security/libgpg-error RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 pkgconfig |