diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/rubygem-graphviz/Makefile | 9 | ||||
-rw-r--r-- | graphics/rubygem-turing/Makefile | 3 |
2 files changed, 6 insertions, 6 deletions
diff --git a/graphics/rubygem-graphviz/Makefile b/graphics/rubygem-graphviz/Makefile index 194a76852735..df8e73a203c2 100644 --- a/graphics/rubygem-graphviz/Makefile +++ b/graphics/rubygem-graphviz/Makefile @@ -7,7 +7,7 @@ PORTNAME= graphviz PORTVERSION= 0.9.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics ruby MASTER_SITES= RF MASTER_SITE_SUBDIR= ruby-asp @@ -16,12 +16,13 @@ DISTNAME= ruby-${PORTNAME}-${PORTVERSION} MAINTAINER= wen@FreeBSD.org COMMENT= Ruby Interface to the GraphViz Graphing Tool -BUILD_DEPENDS= rubygem-treetop>=1.4.2:${PORTSDIR}/devel/rubygem-treetop -RUN_DEPENDS= ${LOCALBASE}/bin/gxl2dot:${PORTSDIR}/graphics/graphviz +RUN_DEPENDS= ${LOCALBASE}/bin/gxl2dot:${PORTSDIR}/graphics/graphviz \ + rubygem-treetop>=1.4.2:${PORTSDIR}/devel/rubygem-treetop + +GEM_NAME= ${DISTNAME} USE_RUBY= yes USE_RUBYGEMS= yes -GEM_NAME= ${DISTNAME} RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/ruby2gv bin/gem2gv diff --git a/graphics/rubygem-turing/Makefile b/graphics/rubygem-turing/Makefile index 5c5aef04989e..1c219cc7ed56 100644 --- a/graphics/rubygem-turing/Makefile +++ b/graphics/rubygem-turing/Makefile @@ -13,8 +13,7 @@ MASTER_SITES= RG MAINTAINER= avl@FreeBSD.org COMMENT= Easy to use and customize/extend implementation of captcha -BUILD_DEPENDS= rubygem-gd2>=1.0.0:${PORTSDIR}/graphics/rubygem-gd2 -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= rubygem-gd2>=1.0.0:${PORTSDIR}/graphics/rubygem-gd2 USE_RUBY= yes USE_RUBYGEMS= yes |