1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00

- Fix DB50_XML dependency.

Reported by:	Scott Allendorf <scott-allendorf@uiowa.edu>
This commit is contained in:
Alejandro Pulver 2009-02-06 01:15:11 +00:00
parent fe6b673032
commit c3c8ad4ce3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=227702

View File

@ -96,7 +96,7 @@ RUN_DEPENDS+= ${LOCALBASE}/share/xml/docbook/4.5:${PORTSDIR}/textproc/docbook-xm
.endif
.if defined(WITH_DB50_XML)
RUN_DEPENDS+= ${LOCALBASE}/share/xml/docbook/4.5:${PORTSDIR}/textproc/docbook-500
RUN_DEPENDS+= ${LOCALBASE}/share/xml/docbook/5.0:${PORTSDIR}/textproc/docbook-500
.endif
.if defined(WITH_SDB_XML)