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 /dns/py-bonjour | |
parent | b325ed20621b89892e9303249333c4deda2e4f15 (diff) |
- Convert ports from dns/, editors/ and emulators/ to new
USES=python
Approved by: portmgr (implicit)
Notes
Notes:
svn path=/head/; revision=371188
Diffstat (limited to 'dns/py-bonjour')
-rw-r--r-- | dns/py-bonjour/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dns/py-bonjour/Makefile b/dns/py-bonjour/Makefile index 61fc2832a821..b0f7e33938fd 100644 --- a/dns/py-bonjour/Makefile +++ b/dns/py-bonjour/Makefile @@ -11,9 +11,8 @@ COMMENT= Python interface to bonjour LICENSE= MIT -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= distutils autoplist OPTIONS_SINGLE= ZEROCONF OPTIONS_SINGLE_ZEROCONF= AVAHI MDNSRESPONDER |