diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-09-15 07:18:00 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-09-15 07:18:00 +0000 |
commit | 9e6a3aebe1b01e6a608f7651792947f82055e4f2 (patch) | |
tree | f6a0e271cfc4094481e7da3167c12927aebfda31 /games | |
parent | d76af7553f9aead9447fbb4c69e2807e79e11eac (diff) | |
download | ports-9e6a3aebe1b01e6a608f7651792947f82055e4f2.tar.gz ports-9e6a3aebe1b01e6a608f7651792947f82055e4f2.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/lolcat/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/lolcat/Makefile b/games/lolcat/Makefile index 6e92e645dd13..8dc3e9e42073 100644 --- a/games/lolcat/Makefile +++ b/games/lolcat/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= lolcat -PORTREVISION= 1 +PORTREVISION= 2 PORTVERSION= 42.0.99 CATEGORIES= games MASTER_SITES= RG @@ -9,8 +9,6 @@ MASTER_SITES= RG MAINTAINER= arved@FreeBSD.org COMMENT= Rainbows and unicorns -CONFLICTS= filters-[0-9]* - RUN_DEPENDS= rubygem-trollop>=1.9:${PORTSDIR}/devel/rubygem-trollop \ rubygem-paint>=0.8.5:${PORTSDIR}/devel/rubygem-paint |