aboutsummaryrefslogtreecommitdiff
path: root/security/apg
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-15 16:57:39 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-15 16:57:39 +0000
commit5d2373a0928a9eb5575d4bc2f6f0506a1e29ae6b (patch)
tree6246387a8174cabb77e772c330260c8899112ad8 /security/apg
parentd37031eae10af30ef8045e779910d70a7f59fc09 (diff)
downloadports-5d2373a0928a9eb5575d4bc2f6f0506a1e29ae6b.tar.gz
ports-5d2373a0928a9eb5575d4bc2f6f0506a1e29ae6b.zip
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
Notes
Notes: svn path=/head/; revision=361977
Diffstat (limited to 'security/apg')
-rw-r--r--security/apg/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/apg/Makefile b/security/apg/Makefile
index a135801792f5..38b11cc70aa4 100644
--- a/security/apg/Makefile
+++ b/security/apg/Makefile
@@ -11,7 +11,7 @@ MASTER_SITE_SUBDIR= UNIX/misc
MAINTAINER= matthew@FreeBSD.org
COMMENT= Automated password generator
-OPTIONS_DEFINE= CRACKLIB
+OPTIONS_DEFINE= CRACKLIB DOCS
CRACKLIB_DESCR= CrackLib support for password quality
.include <bsd.port.options.mk>