diff --git a/security/apg/Makefile b/security/apg/Makefile index c70c4489f1a3..accfaa4e85a5 100644 --- a/security/apg/Makefile +++ b/security/apg/Makefile @@ -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 .if defined(WITH_CRACKLIB) -LIB_DEPENDS= crack.1:${PORTSDIR}/security/cracklib +LIB_DEPENDS= crack:${PORTSDIR}/security/cracklib MAKE_ARGS= -DWITH_CRACKLIB .endif