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

(-)Makefile (-1 / +2 lines)
Lines 16-21 Link Here
16
MAINTAINER=	des@FreeBSD.org
16
MAINTAINER=	des@FreeBSD.org
17
COMMENT=	The Z shell
17
COMMENT=	The Z shell
18
18
19
MAKE_JOBS_UNSAFE=	yes
20
19
ZSH_VER=	${PORTVERSION}
21
ZSH_VER=	${PORTVERSION}
20
22
21
USE_BZIP2=	yes
23
USE_BZIP2=	yes
Lines 92-98 Link Here
92
CONFIGURE_ARGS+=	--disable-multibyte
94
CONFIGURE_ARGS+=	--disable-multibyte
93
.endif
95
.endif
94
96
95
96
post-patch:
97
post-patch:
97
	@${SED} -i "" -e "s,link=dynamic,link=either," \
98
	@${SED} -i "" -e "s,link=dynamic,link=either," \
98
		${WRKSRC}/Src/Modules/*.mdd
99
		${WRKSRC}/Src/Modules/*.mdd

Return to bug 135350