svn commit: r307651 - head/dns/py-ldns
Emanuel Haupt
ehaupt at FreeBSD.org
Thu Nov 22 12:53:44 UTC 2012
Author: ehaupt
Date: Thu Nov 22 12:53:44 2012
New Revision: 307651
URL: http://svnweb.freebsd.org/changeset/ports/307651
Log:
Use OPTIONS_SET instead of WITH_*
Notified by: ak at ravenloft.kiev.ua (via irc)
Feature safe: yes
Modified:
head/dns/py-ldns/Makefile
Modified: head/dns/py-ldns/Makefile
==============================================================================
--- head/dns/py-ldns/Makefile Thu Nov 22 12:42:28 2012 (r307650)
+++ head/dns/py-ldns/Makefile Thu Nov 22 12:53:44 2012 (r307651)
@@ -3,6 +3,6 @@
MASTERDIR= ${.CURDIR}/../../dns/ldns
-WITH_PYLDNS= yes
+OPTIONS_SET= PYLDNS
.include "${MASTERDIR}/Makefile"
More information about the svn-ports-all
mailing list