View | Details | Raw Unified | Return to bug 166513
Collapse All | Expand All

(-)Makefile (-2 / +2 lines)
Lines 28-34 Link Here
28
OPTIONS+=	MSSQL "support MS SQL Server" off
28
OPTIONS+=	MSSQL "support MS SQL Server" off
29
OPTIONS+=	MYSQL "support MySql" on
29
OPTIONS+=	MYSQL "support MySql" on
30
OPTIONS+=	NOSE "install Nose for unit tests" off
30
OPTIONS+=	NOSE "install Nose for unit tests" off
31
OPTIONS+=	POSTGRE "support PostGreSQL" on
31
OPTIONS+=	PGSQL "support PostGreSQL" on
32
OPTIONS+=	SQLITE "support Sqlite" on
32
OPTIONS+=	SQLITE "support Sqlite" on
33
OPTIONS+=	SYBASE "support Sybase" off
33
OPTIONS+=	SYBASE "support Sybase" off
34
34
Lines 58-64 Link Here
58
RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}nose-1.0.0:${PORTSDIR}/devel/py-nose
58
RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}nose-1.0.0:${PORTSDIR}/devel/py-nose
59
.endif
59
.endif
60
60
61
.if !defined(WITHOUT_POSTGRE)
61
.if !defined(WITHOUT_PGSQL)
62
RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}psycopg2>=2.0.8:${PORTSDIR}/databases/py-psycopg2
62
RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}psycopg2>=2.0.8:${PORTSDIR}/databases/py-psycopg2
63
.endif
63
.endif

Return to bug 166513