View | Details | Raw Unified | Return to bug 79673
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 16-22 Link Here
16
COMMENT=	An automated password generator
16
COMMENT=	An automated password generator
17
17
18
.if defined(WITH_CRACKLIB)
18
.if defined(WITH_CRACKLIB)
19
BUILD_DEPENDS=	${LOCALBASE}/lib/crack.a:${PORTSDIR}/security/cracklib
19
BUILD_DEPENDS=	${LOCALBASE}/lib/libcrack.a:${PORTSDIR}/security/cracklib
20
MAKE_ARGS=	-DWITH_CRACKLIB
20
MAKE_ARGS=	-DWITH_CRACKLIB
21
.endif
21
.endif

Return to bug 79673