diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2008-01-22 00:26:13 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2008-01-22 00:26:13 +0000 |
commit | c593285d9d7fc2dd1c3ae39a7ec6dfb1ccda93a9 (patch) | |
tree | cdc87e4c55e9957a7d178e3453828c78b93be011 /textproc | |
parent | - Update to 20071205 (diff) |
- set PERL_CONFIGURE=5.8.5+ instead
PR: 117414
Submitted by: leeym
Approved by: clsung
Notes
Notes:
svn path=/head/; revision=206007
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-Atom/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/p5-XML-Atom/Makefile b/textproc/p5-XML-Atom/Makefile index 66d88da79f25..5acff799e193 100644 --- a/textproc/p5-XML-Atom/Makefile +++ b/textproc/p5-XML-Atom/Makefile @@ -26,8 +26,7 @@ RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime p5-XML-LibXML>=1.54:${PORTSDIR}/textproc/p5-XML-LibXML BUILD_DEPENDS= ${RUN_DEPENDS} -PERL_CONFIGURE= yes -USE_PERL5= 5.8.5+ +PERL_CONFIGURE= 5.8.5+ MAN3= XML::Atom.3 \ XML::Atom::Client.3 \ |