diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2012-11-22 20:53:44 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2012-11-22 20:53:44 +0800 |
commit | f9452e082e6ef25035697e1b3f5f076987c113bb (patch) | |
tree | b8eed1c4dfcddc0f5303abb21190c25a153514dd /dns/py-ldns | |
parent | 777e070177b3e201a1d27c6410d4ea04b3183527 (diff) | |
download | freebsd-ports-gnome-f9452e082e6ef25035697e1b3f5f076987c113bb.tar.gz freebsd-ports-gnome-f9452e082e6ef25035697e1b3f5f076987c113bb.tar.zst freebsd-ports-gnome-f9452e082e6ef25035697e1b3f5f076987c113bb.zip |
Use OPTIONS_SET instead of WITH_*
Notified by: ak@ravenloft.kiev.ua (via irc)
Feature safe: yes
Diffstat (limited to 'dns/py-ldns')
-rw-r--r-- | dns/py-ldns/Makefile | 2 |
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" |