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

Collapse All | Expand All

(-)graphics/dia/Makefile (+4 lines)
Lines 47-52 Link Here
47
		${WRKSRC}/objects/custom/shape_typeinfo.c \
47
		${WRKSRC}/objects/custom/shape_typeinfo.c \
48
		${WRKSRC}/tests/test-objects.c \
48
		${WRKSRC}/tests/test-objects.c \
49
		${WRKSRC}/tests/test-boundingbox.c
49
		${WRKSRC}/tests/test-boundingbox.c
50
.if ! ${PORT_OPTIONS:MDOCS}
51
	@${REINPLACE_CMD} -e '/SUBDIRS/s|data doc tests|data tests|g' \
52
		${WRKSRC}/Makefile.in
53
.endif
50
	@${FIND} ${WRKSRC} -name Makefile.in | \
54
	@${FIND} ${WRKSRC} -name Makefile.in | \
51
		${XARGS} ${REINPLACE_CMD} -e \
55
		${XARGS} ${REINPLACE_CMD} -e \
52
		's,\(^GTK_LIBS.*\),\1 ${PTHREAD_LIBS}, ; \
56
		's,\(^GTK_LIBS.*\),\1 ${PTHREAD_LIBS}, ; \

Return to bug 191507