diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-09-15 14:22:50 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-09-15 14:22:50 +0000 |
commit | c38021ff7434657613e3090f0550c8a209e6d97b (patch) | |
tree | 50a49b173f4669e468a9f728fa9ba5ff69e25b36 /textproc/ruby-xmlparser | |
parent | 665041a6e999bd2416b1dcf6bb4901af46146edf (diff) | |
download | ports-c38021ff7434657613e3090f0550c8a209e6d97b.tar.gz ports-c38021ff7434657613e3090f0550c8a209e6d97b.zip |
Fix Perl 5.6 centric depends. (mach -> ${PERL_ARCH})
Notes
Notes:
svn path=/head/; revision=32640
Diffstat (limited to 'textproc/ruby-xmlparser')
-rw-r--r-- | textproc/ruby-xmlparser/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/ruby-xmlparser/Makefile b/textproc/ruby-xmlparser/Makefile index 284b4837a5da..f281717caf8e 100644 --- a/textproc/ruby-xmlparser/Makefile +++ b/textproc/ruby-xmlparser/Makefile @@ -7,6 +7,7 @@ PORTNAME= xmlparser PORTVERSION= 0.5.19 +PORTREVISION= 1 CATEGORIES= textproc ruby MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://www.bekkoame.ne.jp/~yoshidam/ @@ -27,7 +28,7 @@ USE_RUBY_EXTCONF= yes USE_RUBY_RD= yes .endif -PERL_ARCHLIB= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/mach +PERL_ARCHLIB= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH} WRKSRC= ${WRKDIR}/${PORTNAME} INSTALL_TARGET= site-install |