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

(-)Makefile (-2 / +11 lines)
Lines 15-21 Link Here
15
.if empty(MASTERDIR)
15
.if empty(MASTERDIR)
16
RUN_DEPENDS=	${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss
16
RUN_DEPENDS=	${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss
17
17
18
USES=		compiler:c11 cpe gmake tar:xz ssl
18
USES=		cpe gmake tar:xz ssl
19
19
20
USERS=		${PORTNAME}
20
USERS=		${PORTNAME}
21
GROUPS=		${USERS}
21
GROUPS=		${USERS}
Lines 82-85 Link Here
82
	cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
82
	cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
83
83
84
.endif
84
.endif
85
.include <bsd.port.mk>
85
86
.include <bsd.port.pre.mk>
87
88
.if !empty(${ARCH:Mpowerpc*})
89
# as of 2019-10-02, powerpc's base compiler does not yield a working fetchmail.
90
# https://svnweb.freebsd.org/ports?view=revision&revision=513614 -- pkubaj@
91
USE_GCC=yes
92
.endif
93
94
.include <bsd.port.post.mk>

Return to bug 241031