diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-02-25 00:47:51 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-02-25 00:47:51 +0000 |
commit | 1b8254d5671c9aecfc12015d3c391371c91431e6 (patch) | |
tree | 103b85054516edcebbcd9c5d4a6868cfea44f281 /irc/py-gozerbot | |
parent | 9bdb105d7b16d6cfa432aa59f7310f79d3a45688 (diff) |
Notes
Diffstat (limited to 'irc/py-gozerbot')
-rw-r--r-- | irc/py-gozerbot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/irc/py-gozerbot/Makefile b/irc/py-gozerbot/Makefile index c9d1f9fec737..9ae9d45e6a65 100644 --- a/irc/py-gozerbot/Makefile +++ b/irc/py-gozerbot/Makefile @@ -7,7 +7,7 @@ PORTNAME= gozerbot PORTVERSION= 0.8.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= irc python MASTER_SITES= http://gozerbot.org/media/tarball/ \ ${MASTER_SITE_GOOGLE_CODE} @@ -17,7 +17,7 @@ DISTNAME= gozerbot-${PORTVERSION} MAINTAINER= sten@blinkenlights.nl COMMENT= Gozerbot - A modular Python IRC and Jabber bot -USE_PYTHON= 2.4+ +USE_PYTHON= 2.5+ USE_PYDISTUTILS= yes SUB_FILES= pkg-message |