diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2012-06-15 10:18:31 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2012-06-15 10:18:31 +0000 |
commit | d6ba2d98d9623294e61f8405c54ed214ca1b93de (patch) | |
tree | 52a61506468346986097f3341af920d26c3d0301 /graphics/giflib | |
parent | 5b6492716aa1764ecdae6632020d301a8f98a413 (diff) |
Notes
Diffstat (limited to 'graphics/giflib')
-rw-r--r-- | graphics/giflib/Makefile | 5 |
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 |