openbsd-ports/lang/python/Makefile
matt cf056f6c83 Python 2.1.2 and Python 2.2.
Major changes:

- no more threads flavor, threads is now the default.

- subpackage modules that depend on other packages instead of having
largely redundant flavors (unless platform has no shared libs, then
flavors count again)

- shared libpython stuff disabled until someone can figure out why
it makes Zope crash
2002-02-15 19:42:18 +00:00

8 lines
118 B
Makefile

# $OpenBSD: Makefile,v 1.49 2002/02/15 19:42:18 matt Exp $
SUBDIR+= 2.2
SUBDIR+= 2.1
.include <bsd.port.subdir.mk>