diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-08-15 11:43:54 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-08-15 11:43:54 +0800 |
commit | 1ec7be32f97e286674d0150e46a234b8c68b167d (patch) | |
tree | c50745dbc3c182d808da06fcd377112d6f439041 /dns/py-dns3 | |
parent | 0c1af441fd24d03a7a9e6a5a34b96c8589f93479 (diff) | |
download | freebsd-ports-gnome-1ec7be32f97e286674d0150e46a234b8c68b167d.tar.gz freebsd-ports-gnome-1ec7be32f97e286674d0150e46a234b8c68b167d.tar.zst freebsd-ports-gnome-1ec7be32f97e286674d0150e46a234b8c68b167d.zip |
- Convert PYTHON_FEATURES to USE_PYTHON (which was landed several hours ago)
Notified by: koobs, wg
Diffstat (limited to 'dns/py-dns3')
-rw-r--r-- | dns/py-dns3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/py-dns3/Makefile b/dns/py-dns3/Makefile index a0c547dce560..aed9622a2358 100644 --- a/dns/py-dns3/Makefile +++ b/dns/py-dns3/Makefile @@ -18,7 +18,7 @@ LICENSE_NAME= CNRI LICENSE AGREEMENT LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -PYTHON_FEATURES=autoplist,distutils +USE_PYTHON= autoplist distutils USES= python:3 .include <bsd.port.mk> |