diff options
Diffstat (limited to 'net-mgmt/py-ipcalc/Makefile')
-rw-r--r-- | net-mgmt/py-ipcalc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/py-ipcalc/Makefile b/net-mgmt/py-ipcalc/Makefile index bb1a3ddef1f6..2bd5d1721f08 100644 --- a/net-mgmt/py-ipcalc/Makefile +++ b/net-mgmt/py-ipcalc/Makefile @@ -11,7 +11,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ehaupt@FreeBSD.org COMMENT= Module to perform IP subnet calculations -USE_PYTHON= yes -USE_PYDISTUTILS=yes +USES= python +USE_PYTHON= distutils .include <bsd.port.mk> |