diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-10-19 15:43:33 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-10-19 15:43:33 +0000 |
commit | 91e4e8a4e39fb58b7f561b303947252390d62e3d (patch) | |
tree | 007c8519a6455a0a0c70a67ca551339c6c99673c /emulators/dynagen | |
parent | b325ed20621b89892e9303249333c4deda2e4f15 (diff) |
Notes
Diffstat (limited to 'emulators/dynagen')
-rw-r--r-- | emulators/dynagen/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/emulators/dynagen/Makefile b/emulators/dynagen/Makefile index f087cef122e5..a40c60f887a0 100644 --- a/emulators/dynagen/Makefile +++ b/emulators/dynagen/Makefile @@ -41,9 +41,8 @@ PORTDOCS= * PORTEXAMPLES= * PORTDATA= * -USES= dos2unix -USE_PYTHON= yes -USE_PYDISTUTILS=yes +USES= dos2unix python +USE_PYTHON= distutils ALL_TARGET= # empty post-install: |