diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-10-21 16:54:54 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-10-21 16:54:54 +0000 |
commit | 214bd533a7aa7a2f42290138bc4f5d5cae9ce19d (patch) | |
tree | b6e8a2e2e173200c3e989ccba48ea51ad0a5a047 /math/py-ufl | |
parent | 6c0cb7e99c6b37a63f1cfe83248e49c09bf10996 (diff) |
Notes
Diffstat (limited to 'math/py-ufl')
-rw-r--r-- | math/py-ufl/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/math/py-ufl/Makefile b/math/py-ufl/Makefile index b84edd4e1006..959831f01402 100644 --- a/math/py-ufl/Makefile +++ b/math/py-ufl/Makefile @@ -13,9 +13,8 @@ COMMENT= Unified Form Language for finite element discretizations LICENSE= LGPL3 -USE_PYTHON= 2 -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python:2 +USE_PYTHON= distutils autoplist MMVERSION= 1.2 |