1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00

Add missing RUN_DEPENDS

- Bump PORTREVISION for dependency change
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2017-07-11 17:03:09 +00:00
parent a4cd48b3b3
commit a91fb43377
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=445528

View File

@ -3,7 +3,7 @@
PORTNAME= rubygame
PORTVERSION= 2.6.4
PORTREVISION= 7
PORTREVISION= 8
CATEGORIES= devel rubygems
MASTER_SITES= RG
@ -12,12 +12,12 @@ COMMENT= Game-development extension and library for the ruby language
LICENSE= LGPL21
RUN_DEPENDS= rubygem-ruby-sdl-ffi>=0.1.0:devel/rubygem-ruby-sdl-ffi
RUN_DEPENDS= rubygem-rake>=0.7.0:devel/rubygem-rake \
rubygem-ruby-sdl-ffi>=0.1.0:devel/rubygem-ruby-sdl-ffi
NO_ARCH= yes
USE_RUBY= yes
USES= gem
USE_SDL= gfx image mixer ttf
USES= gem
.include <bsd.port.mk>