diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-01-17 22:38:04 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-01-17 22:38:04 +0800 |
commit | 17105a9a3b74b18b905620dcb998fdad7ae604ac (patch) | |
tree | 989a6dbc756d7454e6b30ccf2f21b0912b2fe882 /www/session2 | |
parent | a961b71f66dd574c4e0ed3fa436b1f7dcab7b0d3 (diff) | |
download | freebsd-ports-gnome-17105a9a3b74b18b905620dcb998fdad7ae604ac.tar.gz freebsd-ports-gnome-17105a9a3b74b18b905620dcb998fdad7ae604ac.tar.zst freebsd-ports-gnome-17105a9a3b74b18b905620dcb998fdad7ae604ac.zip |
- 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
Diffstat (limited to 'www/session2')
-rw-r--r-- | www/session2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/session2/Makefile b/www/session2/Makefile index 989b783d75e0..50e6d548816c 100644 --- a/www/session2/Makefile +++ b/www/session2/Makefile @@ -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 |