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

(-)Makefile (-6 lines)
Lines 32-43 Link Here
32
32
33
.include <bsd.port.pre.mk>
33
.include <bsd.port.pre.mk>
34
34
35
.if !defined(WITH_SHA1_COOKIES)
36
. if ${PERL_LEVEL} < 500703
37
RUN_DEPENDS+=	p5-Digest-MD5>=0:${PORTSDIR}/security/p5-Digest-MD5
38
. endif
39
.endif
40
41
pre-fetch:
35
pre-fetch:
42
.if !defined(BATCH) && !defined(PACKAGE_BUILDING)
36
.if !defined(BATCH) && !defined(PACKAGE_BUILDING)
43
	${DIALOG} --yesno "WARNING: Majordomo is a really old mail list manager. The last version was released in january 2000, and there does not seem to be any updates coming. You might want to consider using mailman instead. Are you sure you want to install majordomo?" 8 70 no || ${FALSE}
37
	${DIALOG} --yesno "WARNING: Majordomo is a really old mail list manager. The last version was released in january 2000, and there does not seem to be any updates coming. You might want to consider using mailman instead. Are you sure you want to install majordomo?" 8 70 no || ${FALSE}

Return to bug 178898