mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
Fix Perl 5.6 centric depends. (mach -> ${PERL_ARCH})
This commit is contained in:
parent
665041a6e9
commit
c38021ff74
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=32640
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user