- 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:
Matthew Seaman 2012-02-27 23:44:44 +00:00
parent cbe409d1f3
commit 2f3d72014c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=292335

View file

@ -12,7 +12,7 @@ CATEGORIES= security
MASTER_SITES= http://www.adel.nursat.kz/apg/download/
MASTER_SITE_SUBDIR= UNIX/misc
MAINTAINER= ports@FreeBSD.org
MAINTAINER= matthew@FreeBSD.org
COMMENT= An automated password generator
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>
.if defined(WITH_CRACKLIB)
LIB_DEPENDS= crack.1:${PORTSDIR}/security/cracklib
LIB_DEPENDS= crack:${PORTSDIR}/security/cracklib
MAKE_ARGS= -DWITH_CRACKLIB
.endif