aboutsummaryrefslogtreecommitdiff
path: root/dns/py-ldns
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2012-11-22 12:53:44 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2012-11-22 12:53:44 +0000
commit5cb7e30ca19c0736d41a52c9cccebf3d9371041a (patch)
treeb8eed1c4dfcddc0f5303abb21190c25a153514dd /dns/py-ldns
parent101b8e4ac7d33c7efdf9ed150e36b4e61c1cce54 (diff)
downloadports-5cb7e30ca19c0736d41a52c9cccebf3d9371041a.tar.gz
ports-5cb7e30ca19c0736d41a52c9cccebf3d9371041a.zip
Use OPTIONS_SET instead of WITH_*
Notified by: ak@ravenloft.kiev.ua (via irc) Feature safe: yes
Notes
Notes: svn path=/head/; revision=307651
Diffstat (limited to 'dns/py-ldns')
-rw-r--r--dns/py-ldns/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/py-ldns/Makefile b/dns/py-ldns/Makefile
index 55a9812e4cd6..4bb19cbdd89e 100644
--- a/dns/py-ldns/Makefile
+++ b/dns/py-ldns/Makefile
@@ -3,6 +3,6 @@
MASTERDIR= ${.CURDIR}/../../dns/ldns
-WITH_PYLDNS= yes
+OPTIONS_SET= PYLDNS
.include "${MASTERDIR}/Makefile"