Date: Thu, 4 Oct 2012 08:13:52 +0000 (UTC) From: Ruslan Mahmatkhanov <rm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305242 - head/dns/py-dnspython Message-ID: <201210040813.q948DqU4003130@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rm Date: Thu Oct 4 08:13:51 2012 New Revision: 305242 URL: http://svn.freebsd.org/changeset/ports/305242 Log: - circumvent the ports options infrastructure limitation to not nag user with options dialog every time (to let him actually save the chosen options) Reported by: bapt Modified: head/dns/py-dnspython/Makefile Modified: head/dns/py-dnspython/Makefile ============================================================================== --- head/dns/py-dnspython/Makefile Thu Oct 4 07:25:12 2012 (r305241) +++ head/dns/py-dnspython/Makefile Thu Oct 4 08:13:51 2012 (r305242) @@ -13,6 +13,7 @@ COMMENT= A DNS toolkit for Python USE_PYTHON= -2.7 USE_PYDISTUTILS=yes +OPTIONSFILE= ${PORT_DBDIR}/${PORTNAME}/options OPTIONS_DEFINE= PYCRYPTO PYCRYPTO_DESC= Enable pycrypto (part of dnssec needs it)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210040813.q948DqU4003130>