diff options
author | mat <mat@FreeBSD.org> | 2018-05-22 21:14:43 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2018-05-22 21:14:43 +0800 |
commit | 9304895709a6f8eba3df00bc5410b6f5dbe8382f (patch) | |
tree | 2866aeb21e7c4952bf0b887a5ce947de46eb548b /security | |
parent | 9e03adc8d887643df1517c0cae1666979fabae75 (diff) | |
download | freebsd-ports-gnome-9304895709a6f8eba3df00bc5410b6f5dbe8382f.tar.gz freebsd-ports-gnome-9304895709a6f8eba3df00bc5410b6f5dbe8382f.tar.zst freebsd-ports-gnome-9304895709a6f8eba3df00bc5410b6f5dbe8382f.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
Diffstat (limited to 'security')
-rw-r--r-- | security/cracklib/Makefile | 1 |
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 \ |