diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2003-12-05 01:40:35 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2003-12-05 01:40:35 +0000 |
commit | 06d90d3434c2a100a4d59eb141de0145328feafa (patch) | |
tree | 124f0aed25ec81be1b445006f603730861bbe742 /textproc/p5-XML-XQL/Makefile | |
parent | 0feffd10a1fd25ddec841064557e40e05cecfde9 (diff) | |
download | ports-06d90d3434c2a100a4d59eb141de0145328feafa.tar.gz ports-06d90d3434c2a100a4d59eb141de0145328feafa.zip |
Update to 0.68:
Delay calling tput until delimiters are needed, and don't call if
user specifies his/her own delimiters first.
Don't run tput if TERM is set to empty string.
PR: ports/58472
Submitted by: ijliao
Committed on behalf of lioux@, who is having machine troubles.
Notes
Notes:
svn path=/head/; revision=95099
Diffstat (limited to 'textproc/p5-XML-XQL/Makefile')
-rw-r--r-- | textproc/p5-XML-XQL/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/textproc/p5-XML-XQL/Makefile b/textproc/p5-XML-XQL/Makefile index 296455019cab..63890339dce0 100644 --- a/textproc/p5-XML-XQL/Makefile +++ b/textproc/p5-XML-XQL/Makefile @@ -6,7 +6,7 @@ # PORTNAME= XML-XQL -PORTVERSION= 0.67 +PORTVERSION= 0.68 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= XML @@ -15,10 +15,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= lioux@FreeBSD.org COMMENT= Perl module for querying XML tree structures with XQL -RUN_DEPENDS= ${PBASE}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \ - ${PBASE}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip \ - ${PBASE}/Parse/Yapp.pm:${PORTSDIR}/devel/p5-Parse-Yapp \ - ${PBASE}/XML/DOM.pm:${PORTSDIR}/textproc/p5-XML-DOM +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \ + ${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip \ + ${SITE_PERL}/Parse/Yapp.pm:${PORTSDIR}/devel/p5-Parse-Yapp \ + ${SITE_PERL}/XML/DOM.pm:${PORTSDIR}/textproc/p5-XML-DOM BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes @@ -26,6 +26,4 @@ PERL_CONFIGURE= yes MAN3= XML::XQL.3 XML::XQL::DOM.3 XML::XQL::Date.3 \ XML::XQL::Query.3 XML::XQL::Tutorial.3 -PBASE= ${SITE_PERL} - .include <bsd.port.mk> |