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

(-)Makefile (-2 / +5 lines)
Lines 26-31 Link Here
26
26
27
BUILD_DEPENDS+=		easy_install:${PORTSDIR}/devel/py-setuptools
27
BUILD_DEPENDS+=		easy_install:${PORTSDIR}/devel/py-setuptools
28
28
29
# bypass infrastructure bug
30
OPTIONSFILE=	${PORT_DBDIR}/py-${PORTNAME}/options
31
29
OPTIONS=	FIREBIRD "support FireBird" off
32
OPTIONS=	FIREBIRD "support FireBird" off
30
OPTIONS+=	MSSQL "support MS SQL Server" off
33
OPTIONS+=	MSSQL "support MS SQL Server" off
31
OPTIONS+=	MYSQL "support MySql" on
34
OPTIONS+=	MYSQL "support MySql" on
Lines 42-49 Link Here
42
		tutorial.html types.html unitofwork.html
45
		tutorial.html types.html unitofwork.html
43
.endif
46
.endif
44
47
45
PORTEXAMPLES= adjacencytree association backref collections graphs \
48
PORTEXAMPLES=	adjacencytree association backref collections graphs \
46
		pickle polymorph vertical
49
	pickle polymorph vertical
47
50
48
.include <bsd.port.pre.mk>
51
.include <bsd.port.pre.mk>

Return to bug 108332