svn commit: r305242 - head/dns/py-dnspython
Ruslan Mahmatkhanov
rm at FreeBSD.org
Thu Oct 4 08:52:08 UTC 2012
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)
More information about the svn-ports-head
mailing list