diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-08-25 04:57:56 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-08-25 04:57:56 +0000 |
commit | 34b0012e779258e149dc7b0abc9bd2961b530757 (patch) | |
tree | 7447b8b36df44d404eab9057a449ee0e3e9e9892 /textproc/p5-XML-Sablotron | |
parent | Added Options to build for diffrent CPU types. (diff) |
Chase textproc/sablotron's update.
Submitted by: knu
Diffstat (limited to 'textproc/p5-XML-Sablotron')
-rw-r--r-- | textproc/p5-XML-Sablotron/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/p5-XML-Sablotron/Makefile b/textproc/p5-XML-Sablotron/Makefile index fbca1a4545ac..ae4fbf68389a 100644 --- a/textproc/p5-XML-Sablotron/Makefile +++ b/textproc/p5-XML-Sablotron/Makefile @@ -7,6 +7,7 @@ PORTNAME= XML-Sablotron PORTVERSION= 0.61 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= XML @@ -14,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= skv@protey.ru -LIB_DEPENDS= sablot.60:${PORTSDIR}/textproc/sablotron \ +LIB_DEPENDS= sablot.65:${PORTSDIR}/textproc/sablotron \ iconv.2:${PORTSDIR}/converters/iconv PERL_CONFIGURE= yes |