summaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2012-10-04 08:13:51 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2012-10-04 08:13:51 +0000
commit169a3378e687785b77a04b5d9670a8a47cc75e12 (patch)
treeaddf7cefd82b97ba7bb5a4e7745e04cfdf0da7c0 /dns
parentConvert to new options framework (diff)
- 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
Notes
Notes: svn path=/head/; revision=305242
Diffstat (limited to 'dns')
-rw-r--r--dns/py-dnspython/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/dns/py-dnspython/Makefile b/dns/py-dnspython/Makefile
index aa7088764237..8b0c6a27d6e3 100644
--- a/dns/py-dnspython/Makefile
+++ b/dns/py-dnspython/Makefile
@@ -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)