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

(-)ports/devel/doxygen/files/patch-examples-Makefile.in (+12 lines)
Line 0 Link Here
1
Index: examples/Makefile.in
2
@@ -124,7 +124,7 @@
3
 #	$(DOXYGEN)/bin/doxygen dbusxml.cfg
4
 
5
 diagrams/html/index.html: diagrams_a.h diagrams_b.h diagrams_c.h diagrams_d.h diagrams_e.h diagrams.cfg
6
-ifneq ($(HAVE_DOT),)
7
-	$(DOXYGEN)/bin/doxygen diagrams.cfg
8
-endif
9
+#ifneq ($(HAVE_DOT),)
10
+#	$(DOXYGEN)/bin/doxygen diagrams.cfg
11
+#endif
12

Return to bug 169659