diff options
author | mandree <mandree@FreeBSD.org> | 2013-06-20 03:10:12 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2013-06-20 03:10:12 +0800 |
commit | 069f7f630aea338b0430dd9b9ad6eb7df87fb30d (patch) | |
tree | 95cd709ab340927da1c65400d667c23cda6ea4c1 /devel | |
parent | 898508be910d85affe47f4789f676ddd6421283b (diff) | |
download | freebsd-ports-gnome-069f7f630aea338b0430dd9b9ad6eb7df87fb30d.tar.gz freebsd-ports-gnome-069f7f630aea338b0430dd9b9ad6eb7df87fb30d.tar.zst freebsd-ports-gnome-069f7f630aea338b0430dd9b9ad6eb7df87fb30d.zip |
If CONTRIB is enabled (default), add docbook-xml-450 as a direct
build requisite. There have been reports about missing DocBook XML V4.5
DTDs, even though they do not show in Tinderbox builds:
<http://lists.freebsd.org/pipermail/freebsd-ports/2013-June/084357.html>
Manually installing docbook-xml-450 appears to help:
<http://lists.freebsd.org/pipermail/freebsd-ports/2013-June/084383.html>
Approved by: wxs
Diffstat (limited to 'devel')
-rw-r--r-- | devel/git/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/git/Makefile b/devel/git/Makefile index fdc52958a4d7..d721558854a4 100644 --- a/devel/git/Makefile +++ b/devel/git/Makefile @@ -328,7 +328,8 @@ IGNORE= using GITWEB support requires PERL support .if ${PORT_OPTIONS:MCONTRIB} PLIST_SUB+= CONTRIB="" BUILD_DEPENDS+= xmlto:${PORTSDIR}/textproc/xmlto \ - asciidoc:${PORTSDIR}/textproc/asciidoc + asciidoc:${PORTSDIR}/textproc/asciidoc \ + ${LOCALBASE}/share/xml/docbook/4.5/docbookx.dtd:${PORTSDIR}/textproc/docbook-xml-450 MAN1+= git-subtree.1 .else PLIST_SUB+= CONTRIB="@comment " |