diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2013-09-27 21:17:26 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2013-09-27 21:17:26 +0000 |
commit | d22ea88436409f5bd24501e8680c97bef075cc9e (patch) | |
tree | eef840370e07a90e4e9e85614ee2f85712435aa4 /astro/py-astLib/Makefile | |
parent | 96cbb8761e21b24fdfda83286aac138a328122f4 (diff) |
Notes
Diffstat (limited to 'astro/py-astLib/Makefile')
-rw-r--r-- | astro/py-astLib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/py-astLib/Makefile b/astro/py-astLib/Makefile index 9aa58aa21213..65aecb680ec0 100644 --- a/astro/py-astLib/Makefile +++ b/astro/py-astLib/Makefile @@ -20,6 +20,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PYTHON= yes USE_PYDISTUTILS= yes -NO_STAGE= yes +PYDISTUTILS_AUTOPLIST= yes .include <bsd.port.mk> |