diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-07-05 00:17:19 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-07-05 00:17:19 +0800 |
commit | 7be2ca70f8b9dcceb498c62e76b2d600cf89bac4 (patch) | |
tree | b718af58f2f7e6709c633ccb758517eeab6a2d4b /games | |
parent | a4cc03eb6805ddacd476991962ec821d93012930 (diff) | |
download | freebsd-ports-gnome-7be2ca70f8b9dcceb498c62e76b2d600cf89bac4.tar.gz freebsd-ports-gnome-7be2ca70f8b9dcceb498c62e76b2d600cf89bac4.tar.zst freebsd-ports-gnome-7be2ca70f8b9dcceb498c62e76b2d600cf89bac4.zip |
- Add rubygem-trollop1 1.16.2 (copied from rubygem-trollop)
- Bump PORTREVISION for dependent ports
Diffstat (limited to 'games')
-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 |