diff options
| author | Nicola Vitale <nivit@FreeBSD.org> | 2012-04-28 08:31:30 +0000 |
|---|---|---|
| committer | Nicola Vitale <nivit@FreeBSD.org> | 2012-04-28 08:31:30 +0000 |
| commit | f10d212503bd6f483c1fd9b6e84edf91bab6c31c (patch) | |
| tree | 55b71820b70ed1bde9b680033c9c59f7f8f9d4d3 | |
| parent | Add missing run dependency on ghostscript (diff) | |
- Replace POSTGRE with the standard PGSQL option listed in ports/KNOB
PR: ports/166512
Submitted by: olgeni
Notes
Notes:
svn path=/head/; revision=295645
| -rw-r--r-- | databases/py-sqlalchemy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/py-sqlalchemy/Makefile b/databases/py-sqlalchemy/Makefile index b81d7f89c5f6..7642b7c926ba 100644 --- a/databases/py-sqlalchemy/Makefile +++ b/databases/py-sqlalchemy/Makefile @@ -29,7 +29,7 @@ OPTIONS= FIREBIRD "support FireBird" off OPTIONS+= MSSQL "support MS SQL Server" off OPTIONS+= MYSQL "support MySql" on OPTIONS+= NOSE "install Nose for unit tests" off -OPTIONS+= POSTGRE "support PostGreSQL" on +OPTIONS+= PGSQL "support PostGreSQL" on OPTIONS+= SQLITE "support Sqlite" on OPTIONS+= SYBASE "support Sybase" off @@ -59,7 +59,7 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}MySQLdb>=1.2.2:${PORTSDIR}/databases/py-MyS RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}nose-1.0.0:${PORTSDIR}/devel/py-nose .endif -.if !defined(WITHOUT_POSTGRE) +.if !defined(WITHOUT_PGSQL) RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}psycopg2>=2.0.8:${PORTSDIR}/databases/py-psycopg2 .endif |
