diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-08-29 10:44:09 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-08-29 10:44:09 +0000 |
commit | d65b135cba1e2e2da69290b1b1790f085de2317d (patch) | |
tree | 0806ee6d928dfca39c39a99a9cce9378c873ec56 /net | |
parent | cd8d8c224d0d8bcc68b2ec4ad84a0fef127e97f6 (diff) |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/py-netifaces/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/py-netifaces/Makefile b/net/py-netifaces/Makefile index 1476c77c3eea..2505a4425727 100644 --- a/net/py-netifaces/Makefile +++ b/net/py-netifaces/Makefile @@ -12,8 +12,7 @@ COMMENT= Getting network addresses from Python LICENSE= MIT -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= distutils autoplist .include <bsd.port.mk> |