diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-09-03 19:32:04 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-09-03 19:32:04 +0000 |
commit | 4ecb0e6456153eebcdc2758892ffd9f61e135b24 (patch) | |
tree | 10d2608244610b845c37cda58ce318fdc6d116f9 /textproc/p5-XML-LibXSLT | |
parent | 7ea05c6ee06977a050be2f29e0e3b6daceec0d77 (diff) | |
download | ports-4ecb0e6456153eebcdc2758892ffd9f61e135b24.tar.gz ports-4ecb0e6456153eebcdc2758892ffd9f61e135b24.zip |
Notes
Diffstat (limited to 'textproc/p5-XML-LibXSLT')
-rw-r--r-- | textproc/p5-XML-LibXSLT/Makefile | 12 | ||||
-rw-r--r-- | textproc/p5-XML-LibXSLT/distinfo | 4 |
2 files changed, 9 insertions, 7 deletions
diff --git a/textproc/p5-XML-LibXSLT/Makefile b/textproc/p5-XML-LibXSLT/Makefile index 0cdd62445ba7..5d3561733fc5 100644 --- a/textproc/p5-XML-LibXSLT/Makefile +++ b/textproc/p5-XML-LibXSLT/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= XML-LibXSLT -PORTVERSION= 1.80 +PORTVERSION= 1.81 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,14 +14,16 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= p5-XML-LibXML>=1.70:${PORTSDIR}/textproc/p5-XML-LibXML +LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2 \ + libxslt.so:${PORTSDIR}/textproc/libxslt RUN_DEPENDS:= ${BUILD_DEPENDS} -LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \ - xslt.2:${PORTSDIR}/textproc/libxslt +CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/libxml2 +LDFLAGS+= -L${LOCALBASE}/lib USES= perl5 USE_PERL5= configure -CONFIGURE_ARGS= INC="-I${LOCALBASE}/include -I${LOCALBASE}/include/libxml2" \ - LIBS="-L${LOCALBASE}/lib" +#CONFIGURE_ARGS= INC="-I${LOCALBASE}/include -I${LOCALBASE}/include/libxml2" \ +# LIBS="-L${LOCALBASE}/lib" MAN3= XML::LibXSLT.3 diff --git a/textproc/p5-XML-LibXSLT/distinfo b/textproc/p5-XML-LibXSLT/distinfo index 92bbbc928bbd..2c11001f7ac7 100644 --- a/textproc/p5-XML-LibXSLT/distinfo +++ b/textproc/p5-XML-LibXSLT/distinfo @@ -1,2 +1,2 @@ -SHA256 (XML-LibXSLT-1.80.tar.gz) = 7beac72b6afb40f948973c36381131672b79de22bd3741f7a4fdf35e38a2868e -SIZE (XML-LibXSLT-1.80.tar.gz) = 86570 +SHA256 (XML-LibXSLT-1.81.tar.gz) = 2859425bb9a81ef4e958352655d0a5d5abb26a30d88b3cf23ae93d7e14775c96 +SIZE (XML-LibXSLT-1.81.tar.gz) = 86611 |