diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-10-21 17:10:06 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-10-21 17:10:06 +0000 |
commit | 306e66af5d83697a761205698232bca9aa68ef19 (patch) | |
tree | 7e80682da03730650b20b36a7558818d88a40a22 /mail/isbg | |
parent | 4950323fd34a3cf78b4cf0d51af7837414052ab2 (diff) |
Notes
Diffstat (limited to 'mail/isbg')
-rw-r--r-- | mail/isbg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/isbg/Makefile b/mail/isbg/Makefile index 1fb5e97728a3..cb4241074a4d 100644 --- a/mail/isbg/Makefile +++ b/mail/isbg/Makefile @@ -19,8 +19,8 @@ GH_ACCOUNT= ook GH_COMMIT= 44f46f0 NO_BUILD= yes -USE_PYTHON= yes -USE_PYDISTUTILS=yes +USES= python +USE_PYTHON= distutils PLIST_FILES= bin/${PORTNAME}.py |