From d6ba2d98d9623294e61f8405c54ed214ca1b93de Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Fri, 15 Jun 2012 10:18:31 +0000 Subject: [PATCH] - validate xml PR: 168768 Submitted by: Virgil Champlin --- graphics/giflib/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/graphics/giflib/Makefile b/graphics/giflib/Makefile index bd6d98b0857b..ec0571a6f7e8 100644 --- a/graphics/giflib/Makefile +++ b/graphics/giflib/Makefile @@ -25,7 +25,8 @@ USE_LDCONFIG= yes .include .if !defined(NOPORTDOCS) -BUILD_DEPENDS+= xmlto:${PORTSDIR}/textproc/xmlto +BUILD_DEPENDS+= xmlto:${PORTSDIR}/textproc/xmlto \ + ${LOCALBASE}/share/xml/docbook/4.1.2:${PORTSDIR}/textproc/docbook-sk .endif .if defined(WITHOUT_X11) @@ -40,8 +41,6 @@ CPPFLAGS+= -I${LOCALBASE}/include post-patch: ${CP} ${FILESDIR}/quantize.c ${WRKSRC}/lib/ - ${REINPLACE_CMD} -e 's|xmlto |xmlto --skip-validation |' \ - ${WRKSRC}/doc/Makefile.in .if defined(NOPORTDOCS) ${REINPLACE_CMD} -e 's|SUBDIRS = lib util doc pic|SUBDIRS = lib util pic|' \ ${WRKSRC}/Makefile.in