View | Details | Raw Unified | Return to bug 196041 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-1 / +8 lines)
Lines 60-63 Link Here
60
	@${REINPLACE_CMD} -e 's|libnm-glib libnm-util ||g' \
60
	@${REINPLACE_CMD} -e 's|libnm-glib libnm-util ||g' \
61
		${WRKSRC}/configure
61
		${WRKSRC}/configure
62
62
63
.include <bsd.port.mk>
63
.include <bsd.port.pre.mk>
64
65
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 900000
66
BUILD_DEPENDS+=         bash:${PORTSDIR}/shells/bash
67
CONFIGURE_SHELL=       ${LOCALBASE}/bin/bash
68
.endif
69
70
.include <bsd.port.post.mk>

Return to bug 196041