From owner-svn-ports-all@FreeBSD.ORG Thu Nov 22 12:53:44 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8C54EFBB; Thu, 22 Nov 2012 12:53:44 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 726038FC15; Thu, 22 Nov 2012 12:53:44 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAMCri55080319; Thu, 22 Nov 2012 12:53:44 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAMCriUL080318; Thu, 22 Nov 2012 12:53:44 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201211221253.qAMCriUL080318@svn.freebsd.org> From: Emanuel Haupt Date: Thu, 22 Nov 2012 12:53:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307651 - head/dns/py-ldns X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Nov 2012 12:53:44 -0000 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@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"