summaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2000-09-15 14:22:50 +0000
committerknu <knu@FreeBSD.org>2000-09-15 14:22:50 +0000
commitd0dab79d8d1cc97ad778ab25883d983f7e3ff131 (patch)
treed6c291c876ed65fdbbedfd7db98fb61a1c0f9b66 /textproc
parent02680bc0f965ca3c29b91e330cf0598dcaa16954 (diff)
downloadFreeBSD-ports-d0dab79d8d1cc97ad778ab25883d983f7e3ff131.zip
FreeBSD-ports-d0dab79d8d1cc97ad778ab25883d983f7e3ff131.tar.gz
Fix Perl 5.6 centric depends. (mach -> ${PERL_ARCH})
Diffstat (limited to 'textproc')
-rw-r--r--textproc/ruby-xmlparser/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/ruby-xmlparser/Makefile b/textproc/ruby-xmlparser/Makefile
index 284b483..f281717 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
OpenPOWER on IntegriCloud