diff options
author | wen <wen@FreeBSD.org> | 2011-02-22 14:25:03 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2011-02-22 14:25:03 +0800 |
commit | 2611d4a11817e483373e73ed3c1e09d26257717a (patch) | |
tree | a31d1875a70dc915800f3b84eb24f797c12547fd /irc/py-gozerbot | |
parent | 96d19d19bcac4df3fcf8ce63d4ff7085e21f72be (diff) | |
download | freebsd-ports-gnome-2611d4a11817e483373e73ed3c1e09d26257717a.tar.gz freebsd-ports-gnome-2611d4a11817e483373e73ed3c1e09d26257717a.tar.zst freebsd-ports-gnome-2611d4a11817e483373e73ed3c1e09d26257717a.zip |
- Fix DEPENDS
PR: ports/153762
Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com>
Approved by: maintainer
Diffstat (limited to 'irc/py-gozerbot')
-rw-r--r-- | irc/py-gozerbot/Makefile | 2 | ||||
-rw-r--r-- | irc/py-gozerbot/distinfo | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/irc/py-gozerbot/Makefile b/irc/py-gozerbot/Makefile index eb2d83bfad6e..c9d1f9fec737 100644 --- a/irc/py-gozerbot/Makefile +++ b/irc/py-gozerbot/Makefile @@ -42,7 +42,7 @@ post-install: .include <bsd.port.pre.mk> .if defined(WITH_MYSQL) -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}>=0:${PORTSDIR}/databases/py-MySQLdb +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}MySQLdb>=0:${PORTSDIR}/databases/py-MySQLdb .endif .if defined(WITH_XMPP) diff --git a/irc/py-gozerbot/distinfo b/irc/py-gozerbot/distinfo index 4871eaeeecfd..1b3f7bf7d298 100644 --- a/irc/py-gozerbot/distinfo +++ b/irc/py-gozerbot/distinfo @@ -1,3 +1,2 @@ -MD5 (gozerbot-0.8.1.1.tar.gz) = f94037651700737f655f28244662c5a0 SHA256 (gozerbot-0.8.1.1.tar.gz) = 33d0460a0be92359427e6090e0cb68dff200922f21b49fa56ccd75ff5784fa07 SIZE (gozerbot-0.8.1.1.tar.gz) = 352671 |