diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2016-09-27 16:32:52 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2016-09-27 16:32:52 +0000 |
commit | ea16d28b49566b902ca19ac4e40552ca63d7299f (patch) | |
tree | a1f07443c751a445876c45f218e2c383aa0879dc /dns | |
parent | 499919c7a862b71107d9120724b970ad1c222e63 (diff) | |
download | ports-ea16d28b49566b902ca19ac4e40552ca63d7299f.tar.gz ports-ea16d28b49566b902ca19ac4e40552ca63d7299f.zip |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/ldns/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dns/ldns/Makefile b/dns/ldns/Makefile index 6d215135694b..d797a8632e73 100644 --- a/dns/ldns/Makefile +++ b/dns/ldns/Makefile @@ -51,8 +51,6 @@ RRTYPECDS_CONFIGURE_ENABLE= rrtype-cds RRTYPEURI_CONFIGURE_ENABLE= rrtype-uri RRTYPETA_CONFIGURE_ENABLE= rrtype-ta -.include <bsd.port.options.mk> - .if defined(BUILD_PYLDNS) USES+= python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |