diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-07-04 16:17:19 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-07-04 16:17:19 +0000 |
commit | bc9ed9374a05640fbaa21184fb0e6aa87d2b1c74 (patch) | |
tree | b718af58f2f7e6709c633ccb758517eeab6a2d4b /games/lolcat | |
parent | 8c58e26cea926605eaefea251d3bcfd33d94b357 (diff) | |
download | ports-bc9ed9374a05640fbaa21184fb0e6aa87d2b1c74.tar.gz ports-bc9ed9374a05640fbaa21184fb0e6aa87d2b1c74.zip |
Notes
Diffstat (limited to 'games/lolcat')
-rw-r--r-- | games/lolcat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/lolcat/Makefile b/games/lolcat/Makefile index 7e08656ad97d..71e0cb463b1c 100644 --- a/games/lolcat/Makefile +++ b/games/lolcat/Makefile @@ -2,14 +2,14 @@ PORTNAME= lolcat PORTVERSION= 42.0.99 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= RG MAINTAINER= arved@FreeBSD.org COMMENT= Rainbows and unicorns -RUN_DEPENDS= rubygem-trollop>=1.9:${PORTSDIR}/devel/rubygem-trollop \ +RUN_DEPENDS= rubygem-trollop1>=1.9:${PORTSDIR}/devel/rubygem-trollop1 \ rubygem-paint>=0.8.5:${PORTSDIR}/devel/rubygem-paint NO_ARCH= yes |