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

(-)Makefile (+12 lines)
Lines 19-24 Link Here
19
LIB_DEPENDS=	xml2.5:${PORTSDIR}/textproc/libxml2
19
LIB_DEPENDS=	xml2.5:${PORTSDIR}/textproc/libxml2
20
20
21
USE_GTK=	yes
21
USE_GTK=	yes
22
USE_REINPLACE= yes
22
GNU_CONFIGURE=	yes
23
GNU_CONFIGURE=	yes
23
CONFIGURE_ENV+=	XML2_CONFIG="${LOCALBASE}/bin/xml2-config" \
24
CONFIGURE_ENV+=	XML2_CONFIG="${LOCALBASE}/bin/xml2-config" \
24
		XMMS_CONFIG="${X11BASE}/bin/xmms-config"
25
		XMMS_CONFIG="${X11BASE}/bin/xmms-config"
Lines 27-32 Link Here
27
28
28
DOCS=	AUTHORS ChangeLog NEWS README TODO
29
DOCS=	AUTHORS ChangeLog NEWS README TODO
29
30
31
post-patch:
32
	@${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} -e \
33
		's|<parser.h>|<libxml/parser.h>|g; \
34
		 s|<hash.h>|<libxml/hash.h>|g; \
35
		 s|<xmlmemory.h>|<libxml/xmlmemory.h>|g; \
36
		 s|<tree.h>|<libxml/tree.h>|g; \
37
		 s|<xmlerror.h>|<libxml/xmlerror.h>|g; \
38
		 s|<xmlIO.h>|<libxml/xmlIO.h>|g; \
39
		 s|<parserInternals.h>|<libxml/parserInternals.h>|g; \
40
		 s|<entities.h>|<libxml/entities.h>|g; \
41
		 s|<xmlversion.h>|<libxml/xmlversion.h>|g'
30
.if !defined(NOPORTDOCS)
42
.if !defined(NOPORTDOCS)
31
post-install:
43
post-install:
32
	${INSTALL} -d -o root -g wheel -m 0755 ${DOCSDIR}
44
	${INSTALL} -d -o root -g wheel -m 0755 ${DOCSDIR}

Return to bug 41097