diff options
Diffstat (limited to 'textproc/rubygem-html-pipeline/Makefile')
-rw-r--r-- | textproc/rubygem-html-pipeline/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/rubygem-html-pipeline/Makefile b/textproc/rubygem-html-pipeline/Makefile index a3b3c0820066..24e422ac1707 100644 --- a/textproc/rubygem-html-pipeline/Makefile +++ b/textproc/rubygem-html-pipeline/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= html-pipeline -PORTVERSION= 1.11.0 +PORTVERSION= 2.2.2 CATEGORIES= textproc rubygems MASTER_SITES= RG @@ -14,6 +14,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-activesupport>=2:${PORTSDIR}/devel/rubygem-activesupport \ rubygem-nokogiri>=1.4:${PORTSDIR}/textproc/rubygem-nokogiri +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes |