diff options
author | rm <rm@FreeBSD.org> | 2012-10-04 16:13:51 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2012-10-04 16:13:51 +0800 |
commit | fa084440713d2172a04d38f8ae7c03765f83c269 (patch) | |
tree | addf7cefd82b97ba7bb5a4e7745e04cfdf0da7c0 /dns/py-dnspython | |
parent | 6097abc94a30ed0b3b9108f1b312e4a2d799e95c (diff) | |
download | freebsd-ports-gnome-fa084440713d2172a04d38f8ae7c03765f83c269.tar.gz freebsd-ports-gnome-fa084440713d2172a04d38f8ae7c03765f83c269.tar.zst freebsd-ports-gnome-fa084440713d2172a04d38f8ae7c03765f83c269.zip |
- 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
Diffstat (limited to 'dns/py-dnspython')
-rw-r--r-- | dns/py-dnspython/Makefile | 1 |
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) |