mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Take maintainership
- Fix LIB_DEPENDS when WITH_CRACKLIB is selected Approved by: shaun (mentor) PRs: ports/165313 [1], ports/165469 [2] Submitted by: anatoly.borodin@gmail.com [1], freebsd@omnilan.de [2]
This commit is contained in:
parent
cbe409d1f3
commit
2f3d72014c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=292335
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ CATEGORIES= security
|
||||||
MASTER_SITES= http://www.adel.nursat.kz/apg/download/
|
MASTER_SITES= http://www.adel.nursat.kz/apg/download/
|
||||||
MASTER_SITE_SUBDIR= UNIX/misc
|
MASTER_SITE_SUBDIR= UNIX/misc
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= matthew@FreeBSD.org
|
||||||
COMMENT= An automated password generator
|
COMMENT= An automated password generator
|
||||||
|
|
||||||
OPTIONS= CRACKLIB "CrackLib support for password quality" off
|
OPTIONS= CRACKLIB "CrackLib support for password quality" off
|
||||||
|
@ -20,7 +20,7 @@ OPTIONS= CRACKLIB "CrackLib support for password quality" off
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
.if defined(WITH_CRACKLIB)
|
.if defined(WITH_CRACKLIB)
|
||||||
LIB_DEPENDS= crack.1:${PORTSDIR}/security/cracklib
|
LIB_DEPENDS= crack:${PORTSDIR}/security/cracklib
|
||||||
MAKE_ARGS= -DWITH_CRACKLIB
|
MAKE_ARGS= -DWITH_CRACKLIB
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue