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

Collapse All | Expand All

(-)graphics/dia/Makefile (+4 lines)
Lines 32-37 Link Here
32
DOCS_BUILD_DEPENDS=	${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl:${PORTSDIR}/textproc/docbook-xsl
32
DOCS_BUILD_DEPENDS=	${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl:${PORTSDIR}/textproc/docbook-xsl
33
.include <bsd.port.options.mk>
33
.include <bsd.port.options.mk>
34
34
35
.if !${PORT_OPTIONS:MDOCS}
36
EXTRA_PATCHES=		${FILESDIR}/extra-docs-patch-Makefile.in
37
.endif
38
35
.if ${ARCH} == "i386"
39
.if ${ARCH} == "i386"
36
LIB_DEPENDS+=		libEMF.so:${PORTSDIR}/graphics/libemf
40
LIB_DEPENDS+=		libEMF.so:${PORTSDIR}/graphics/libemf
37
CONFIGURE_ARGS+=	--enable-libemf
41
CONFIGURE_ARGS+=	--enable-libemf
(-)graphics/dia/files/extra-docs-patch-Makefile.in (+11 lines)
Line 0 Link Here
1
--- Makefile.in	2014-08-28 14:59:33.851569012 +0300
2
+++ Makefile.in	2014-08-28 14:54:49.747589247 +0300
3
@@ -276,7 +276,7 @@
4
 top_builddir = @top_builddir@
5
 top_srcdir = @top_srcdir@
6
 uidatadir = @uidatadir@
7
-SUBDIRS = lib objects plug-ins shapes app bindings samples po sheets data doc tests installer
8
+SUBDIRS = lib objects plug-ins shapes app bindings samples po sheets data tests installer
9
 gnomedatadir = $(datadir)
10
 
11
 #desktop_in_in_files = dia.desktop.in.in

Return to bug 191507