Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Nov 2012 12:53:44 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r307651 - head/dns/py-ldns
Message-ID:  <201211221253.qAMCriUL080318@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211221253.qAMCriUL080318>