aboutsummaryrefslogtreecommitdiff
path: root/security/cracklib
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2018-05-22 13:14:43 +0000
committerMathieu Arnold <mat@FreeBSD.org>2018-05-22 13:14:43 +0000
commit28466ca6896a9f7861111b79fdc8dee8b166ba06 (patch)
tree2866aeb21e7c4952bf0b887a5ce947de46eb548b /security/cracklib
parentf29f7241e12b187f5be22f920b3ee76d31a3b9e1 (diff)
downloadports-28466ca6896a9f7861111b79fdc8dee8b166ba06.tar.gz
ports-28466ca6896a9f7861111b79fdc8dee8b166ba06.zip
Add Python flavors.
Even if those ports do not support more than one Python version, it makes it easier to depend on them. Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=470609
Diffstat (limited to 'security/cracklib')
-rw-r--r--security/cracklib/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/cracklib/Makefile b/security/cracklib/Makefile
index fc6a6026723f..8dc54f9bb84c 100644
--- a/security/cracklib/Makefile
+++ b/security/cracklib/Makefile
@@ -29,6 +29,7 @@ USE_LDCONFIG= yes
.if defined(PYTHON_SLAVEPORT)
USES+= python:2.7
+USE_PYTHON= flavors
CONFIGURE_ARGS+=--with-python
PLIST_FILES= %%PYTHON_SITELIBDIR%%/_cracklib.a \
%%PYTHON_SITELIBDIR%%/_cracklib.so \