1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- Fix RUN_DEPENDS

PR:		ports/153760
Submitted by:	Anatoly Borodin <anatoly.borodin@gmail.com>
Approved by:	Dryice Liu <dryice@dryice.name> (maintainer)
Feature safe:	yes
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2011-01-17 14:38:04 +00:00
parent 268c3d2c03
commit 800ff049cb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=267911

View File

@ -26,7 +26,7 @@ OPTIONS+= POSTGRESQL "psycopg support" on
.include <bsd.port.pre.mk>
.if defined(WITH_MYSQL)
RUN_DEPENDS+= ${PYHON_PKGNAMEPREFIX}MySQLdb>=0:${PORTSDIR}/databases/py-MySQLdb
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}MySQLdb>=0:${PORTSDIR}/databases/py-MySQLdb
BROKEN= bad dependency line
.endif