diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-10-10 16:56:07 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-10-10 16:56:07 +0000 |
commit | 8b040d94f2d3b29529622e567d2a4376ff6b937a (patch) | |
tree | 49e2ff461981d4199670afbf88a721e108c5d8f2 /textproc | |
parent | d4f955f25e991fa1679aa3c632f40959baec375d (diff) |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ruby-xmlparser/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/textproc/ruby-xmlparser/Makefile b/textproc/ruby-xmlparser/Makefile index 150415ea03ba..b8ca6020d7d9 100644 --- a/textproc/ruby-xmlparser/Makefile +++ b/textproc/ruby-xmlparser/Makefile @@ -15,20 +15,18 @@ DIST_SUBDIR= ruby MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby module to access James Clark XML Parser ToolKit ("expat") -BUILD_DEPENDS= ${PERL_ARCHLIB}/XML/Parser/Expat.pm:${PORTSDIR}/textproc/p5-XML-Parser +BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/uconv.so:${PORTSDIR}/japanese/ruby-uconv \ - ${PERL_ARCHLIB}/XML/Parser/Expat.pm:${PORTSDIR}/textproc/p5-XML-Parser + p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser # to utilize encoding maps included in p5-XML-Parser USE_PERL5= yes USE_RUBY= yes USE_RUBY_EXTCONF= yes -PERL_ARCHLIB= ${SITE_PERL}/${PERL_ARCH} - WRKSRC= ${WRKDIR}/${PORTNAME} -CONFIGURE_ARGS= --with-perl-enc-map=${PERL_ARCHLIB}/XML/Parser/Encodings +CONFIGURE_ARGS= --with-perl-enc-map=${SITE_PERL}/${PERL_ARCH}/XML/Parser/Encodings INSTALL_TARGET= site-install post-extract: |