diff options
author | Wen Heping <wen@FreeBSD.org> | 2011-02-22 06:25:03 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2011-02-22 06:25:03 +0000 |
commit | 9c5ac460dabe68778cd3fdd080409aeaad09bcba (patch) | |
tree | 5b6acbfad06f324398bc07191ce8a0aa3a176b13 /irc/py-gozerbot/Makefile | |
parent | e2b45782f393bec52088c8fcf84f4f2c5c4f7fca (diff) | |
download | ports-9c5ac460dabe68778cd3fdd080409aeaad09bcba.tar.gz ports-9c5ac460dabe68778cd3fdd080409aeaad09bcba.zip |
Notes
Diffstat (limited to 'irc/py-gozerbot/Makefile')
-rw-r--r-- | irc/py-gozerbot/Makefile | 2 |
1 files changed, 1 insertions, 1 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) |