diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2013-12-23 15:09:56 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2013-12-23 15:09:56 +0000 |
commit | 2b0bf6ce11af5e5a4bcf2f8c4e960815a9039a5d (patch) | |
tree | 25661a71ae451fbeeb92c2795779fd3883d2dc62 /math/py-networkx/Makefile | |
parent | a2ce6f14e14409edb6be04663823c7ded3cc1ec6 (diff) |
Notes
Diffstat (limited to 'math/py-networkx/Makefile')
-rw-r--r-- | math/py-networkx/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/py-networkx/Makefile b/math/py-networkx/Makefile index a2348c4adc97..46d6e252a275 100644 --- a/math/py-networkx/Makefile +++ b/math/py-networkx/Makefile @@ -13,7 +13,9 @@ COMMENT= Tools for complex network USE_PYTHON= yes USE_PYDISTUTILS=easy_install +PYTHON_PY3K_PLIST_HACK=yes PYSETUP= setup_egg.py +PLIST_SUB+= PYTHON_MAJOR_VER=${PYTHON_MAJOR_VER} NO_STAGE= yes post-install: |