aboutsummaryrefslogtreecommitdiff
path: root/graphics/giflib
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2012-06-15 10:18:31 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2012-06-15 10:18:31 +0000
commitd6ba2d98d9623294e61f8405c54ed214ca1b93de (patch)
tree52a61506468346986097f3341af920d26c3d0301 /graphics/giflib
parent5b6492716aa1764ecdae6632020d301a8f98a413 (diff)
downloadports-d6ba2d98d9623294e61f8405c54ed214ca1b93de.tar.gz
ports-d6ba2d98d9623294e61f8405c54ed214ca1b93de.zip
- validate xml
PR: 168768 Submitted by: Virgil Champlin
Notes
Notes: svn path=/head/; revision=299334
Diffstat (limited to 'graphics/giflib')
-rw-r--r--graphics/giflib/Makefile5
1 files 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 <bsd.port.pre.mk>
.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