diff options
author | truckman <truckman@FreeBSD.org> | 2016-02-11 04:34:04 +0800 |
---|---|---|
committer | truckman <truckman@FreeBSD.org> | 2016-02-11 04:34:04 +0800 |
commit | 9a7ce1a9e2c0f97313240fd9a6ddc60a8a307fba (patch) | |
tree | 3788a8969583435fd675f00d578f357cae726396 /dns | |
parent | 603fdbf8d09dba01343b5b5c769f499edaa91f60 (diff) | |
download | freebsd-ports-gnome-9a7ce1a9e2c0f97313240fd9a6ddc60a8a307fba.tar.gz freebsd-ports-gnome-9a7ce1a9e2c0f97313240fd9a6ddc60a8a307fba.tar.zst freebsd-ports-gnome-9a7ce1a9e2c0f97313240fd9a6ddc60a8a307fba.zip |
Sort USE_PYTHON
Sponsored by: Farsight Security, Inc.
Diffstat (limited to 'dns')
-rw-r--r-- | dns/py-pywdns/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/py-pywdns/Makefile b/dns/py-pywdns/Makefile index 501ad6028ea4..b51ea2bdd316 100644 --- a/dns/py-pywdns/Makefile +++ b/dns/py-pywdns/Makefile @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYRIGHT LIB_DEPENDS= libwdns.so:${PORTSDIR}/dns/wdns -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils USES= pkgconfig python post-patch: |