mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
Add an explicit dependency on docbook-xml to get around a problem where
the implicit dependency fails due to the catalog file not being removed when docbook-xml is deleted. PR: 41300
This commit is contained in:
parent
67faa8e7cd
commit
7e97e99c06
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=64378
@ -18,8 +18,10 @@ MAINTAINER= gnome@FreeBSD.org
|
||||
LIB_DEPENDS= xslt.1:${PORTSDIR}/textproc/libxslt \
|
||||
intl.4:${PORTSDIR}/devel/gettext
|
||||
BUILD_DEPENDS= intltool-extract:${PORTSDIR}/textproc/intltool \
|
||||
${LOCALBASE}/share/xml/docbook/${DOCBOOK_VERSION}/docbook.cat:${PORTSDIR}/textproc/docbook-xml \
|
||||
${LOCALBASE}/share/xsl/docbook/xhtml/chunk.xsl:${PORTSDIR}/textproc/docbook-xsl
|
||||
RUN_DEPENDS= intltool-extract:${PORTSDIR}/textproc/intltool \
|
||||
${LOCALBASE}/share/xml/docbook/${DOCBOOK_VERSION}/docbook.cat:${PORTSDIR}/textproc/docbook-xml \
|
||||
${LOCALBASE}/share/xsl/docbook/xhtml/chunk.xsl:${PORTSDIR}/textproc/docbook-xsl
|
||||
|
||||
# Don't use USE_X_PREFIX - the port doesn't really require X11 to run.
|
||||
@ -28,6 +30,8 @@ RUN_DEPENDS= intltool-extract:${PORTSDIR}/textproc/intltool \
|
||||
# put in the right place.
|
||||
PREFIX?= ${X11BASE}
|
||||
|
||||
DOCBOOK_VERSION= 4.1.2
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USE_LIBTOOL= yes
|
||||
|
Loading…
Reference in New Issue
Block a user