diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/rubygem-markaby/Makefile | 1 | ||||
-rw-r--r-- | textproc/rubygem-nokogiri/Makefile | 5 | ||||
-rw-r--r-- | textproc/rubygem-rak/Makefile | 1 | ||||
-rw-r--r-- | textproc/rubygem-termcolor/Makefile | 2 |
4 files changed, 3 insertions, 6 deletions
diff --git a/textproc/rubygem-markaby/Makefile b/textproc/rubygem-markaby/Makefile index 1932736d2138..a8b12597c823 100644 --- a/textproc/rubygem-markaby/Makefile +++ b/textproc/rubygem-markaby/Makefile @@ -13,7 +13,6 @@ MASTER_SITES= RG MAINTAINER= miwi@FreeBSD.org COMMENT= HTML Markup as Ruby -BUILD_DEPENDS= rubygem-builder>0:${PORTSDIR}/devel/rubygem-builder RUN_DEPENDS= rubygem-builder>0:${PORTSDIR}/devel/rubygem-builder USE_RUBY= yes diff --git a/textproc/rubygem-nokogiri/Makefile b/textproc/rubygem-nokogiri/Makefile index 6fff109512cb..b1e06fefc080 100644 --- a/textproc/rubygem-nokogiri/Makefile +++ b/textproc/rubygem-nokogiri/Makefile @@ -12,16 +12,15 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= An HTML, XML, SAX, and Reader parser -BUILD_DEPENDS= ${RUBY_PKGNAMEPREFIX}iconv>=0:${PORTSDIR}/converters/ruby-iconv \ +BUILD_DEPENDS= ${RUBY_PKGNAMEPREFIX}iconv>=0:${PORTSDIR}/converters/ruby-iconv +RUN_DEPENDS= ${BUILD_DEPENDS} \ rubygem-hoe>=2.3.3:${PORTSDIR}/devel/rubygem-hoe -RUN_DEPENDS= ${BUILD_DEPENDS} USE_GNOME= libxml2 libxslt USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes - PLIST_FILES= bin/nokogiri .include <bsd.port.mk> diff --git a/textproc/rubygem-rak/Makefile b/textproc/rubygem-rak/Makefile index 98a13a64ada6..ffb72abb875c 100644 --- a/textproc/rubygem-rak/Makefile +++ b/textproc/rubygem-rak/Makefile @@ -12,7 +12,6 @@ MASTER_SITES= RG MAINTAINER= gogo@cs.uni-sb.de COMMENT= A grep replacement in pure Ruby -BUILD_DEPENDS= rubygem-hoe>=1.3.0:${PORTSDIR}/devel/rubygem-hoe RUN_DEPENDS= rubygem-hoe>=1.3.0:${PORTSDIR}/devel/rubygem-hoe USE_RUBY= yes diff --git a/textproc/rubygem-termcolor/Makefile b/textproc/rubygem-termcolor/Makefile index 4b942be0f5a2..8059718c2f7c 100644 --- a/textproc/rubygem-termcolor/Makefile +++ b/textproc/rubygem-termcolor/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= RF/termcolor MAINTAINER= dhn@FreeBSD.org COMMENT= A library for ANSII color formatting like HTML for output in terminal -BUILD_DEPENDS= rubygem-highline>=1.4.0:${PORTSDIR}/devel/rubygem-highline +RUN_DEPENDS= rubygem-highline>=1.4.0:${PORTSDIR}/devel/rubygem-highline USE_RUBY= yes USE_RUBYGEMS= yes |