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

(-)Makefile (-1 / +2 lines)
Lines 16-18 Link Here
16
		jpeg.9:${PORTSDIR}/graphics/jpeg \
16
		jpeg.9:${PORTSDIR}/graphics/jpeg \
17
		png.3:${PORTSDIR}/graphics/png
17
		png.3:${PORTSDIR}/graphics/png \
18
		compface:${PORTSDIR}/mail/faces
18
RUN_DEPENDS=    newsp:${PORTSDIR}/print/mp-letter
19
RUN_DEPENDS=    newsp:${PORTSDIR}/print/mp-letter
(-)patches/patch-aa (-1 / +2 lines)
Lines 19-21 Link Here
19
+#define HAVE_PNG	1
19
+#define HAVE_PNG	1
20
 #define HAVE_COMPFACE	0
20
-#define HAVE_COMPFACE	0
21
+#define HAVE_COMPFACE	1

Return to bug 17985