diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2018-06-14 21:05:43 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2018-06-14 21:05:43 +0800 |
commit | 0781f11e07a5c12ee6c9f8d7631cb9a76c0df933 (patch) | |
tree | 2134bbfe65a2fa55c054b04193ae164af64ee014 /security/cracklib | |
parent | 118df57fa4a8439a5b0ddd13a6c2d843bdb5f853 (diff) | |
download | freebsd-ports-gnome-0781f11e07a5c12ee6c9f8d7631cb9a76c0df933.tar.gz freebsd-ports-gnome-0781f11e07a5c12ee6c9f8d7631cb9a76c0df933.tar.zst freebsd-ports-gnome-0781f11e07a5c12ee6c9f8d7631cb9a76c0df933.zip |
- Remove bogus comment
Reported by: mat
Diffstat (limited to 'security/cracklib')
-rw-r--r-- | security/cracklib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/cracklib/Makefile b/security/cracklib/Makefile index 76f29a9aabfc..6eec4ca83e1c 100644 --- a/security/cracklib/Makefile +++ b/security/cracklib/Makefile @@ -28,7 +28,7 @@ USES= gettext libtool USE_LDCONFIG= yes .if defined(PYTHON_SLAVEPORT) -USES+= python:2.7 #localbase +USES+= python:2.7 localbase USE_PYTHON= flavors CONFIGURE_ARGS+=--with-python PLIST_FILES= %%PYTHON_SITELIBDIR%%/_cracklib.a \ |