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

(-)Makefile (-2 / +7 lines)
Lines 73-80 Link Here
73
		FFMPEG	"FFMpeg Support"	off	\
73
		FFMPEG	"FFMpeg Support"	off	\
74
		NLS	"NLS Support"	on	\
74
		NLS	"NLS Support"	on	\
75
		INTPCRE	"Use Internal PCRE Library"	off	\
75
		INTPCRE	"Use Internal PCRE Library"	off	\
76
		ADMIN	"Build the Admin Interface"	on \
76
		ADMIN	"Build the Admin Interface"	on	\
77
		RRDTOOL "Usage Graphs Support"  off
77
		RRDTOOL "Usage Graphs Support"  off	\
78
		UWSGI	"uWSGI Support"	off
78
79
79
.include <bsd.port.options.mk>
80
.include <bsd.port.options.mk>
80
81
Lines 149-154 Link Here
149
RUN_DEPENDS+=	rrdtool:${PORTSDIR}/databases/rrdtool
150
RUN_DEPENDS+=	rrdtool:${PORTSDIR}/databases/rrdtool
150
.endif
151
.endif
151
152
153
.ifdef WITH_UWSGI
154
RUN_DEPENDS+=	uwsgi:${PORTSDIR}/www/uwsgi
155
.endif
156
152
post-patch:
157
post-patch:
153
	@${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} \
158
	@${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} \
154
		${REINPLACE_CMD} -e 's|@mkdir_p@|${MKDIR} --|g'
159
		${REINPLACE_CMD} -e 's|@mkdir_p@|${MKDIR} --|g'

Return to bug 146867