mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
o Add textproc/docbook-xsl and textproc/docbook-xml to the list of dependencies
(required for STYLESHEET_TYPE=xsl builds) o Change maintainer from nik to doceng Approved by: nik
This commit is contained in:
parent
b3c65df556
commit
db6fbb51c0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=78662
1 changed files with 5 additions and 3 deletions
|
@ -6,12 +6,12 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= docproj
|
PORTNAME= docproj
|
||||||
PORTVERSION= 1.10
|
PORTVERSION= 1.11
|
||||||
CATEGORIES= textproc
|
CATEGORIES= textproc
|
||||||
MASTER_SITES= # empty
|
MASTER_SITES= # empty
|
||||||
DISTFILES= # empty
|
DISTFILES= # empty
|
||||||
|
|
||||||
MAINTAINER= nik@freebsd.org
|
MAINTAINER= doceng@freebsd.org
|
||||||
COMMENT= The "meta-port" for the FreeBSD Documentation Project
|
COMMENT= The "meta-port" for the FreeBSD Documentation Project
|
||||||
|
|
||||||
# This dependency list should be kept in sync with the list of
|
# This dependency list should be kept in sync with the list of
|
||||||
|
@ -30,7 +30,9 @@ RUN_DEPENDS= instant:${PORTSDIR}/textproc/sgmlformat \
|
||||||
${PREFIX}/bin/links:${PORTSDIR}/www/links1 \
|
${PREFIX}/bin/links:${PORTSDIR}/www/links1 \
|
||||||
${PREFIX}/bin/xsltproc:${PORTSDIR}/textproc/libxslt \
|
${PREFIX}/bin/xsltproc:${PORTSDIR}/textproc/libxslt \
|
||||||
${PREFIX}/bin/scr2png:${PORTSDIR}/graphics/scr2png \
|
${PREFIX}/bin/scr2png:${PORTSDIR}/graphics/scr2png \
|
||||||
${PREFIX}/bin/scr2txt:${PORTSDIR}/textproc/scr2txt
|
${PREFIX}/bin/scr2txt:${PORTSDIR}/textproc/scr2txt \
|
||||||
|
${PREFIX}/share/xsl/docbook/html/docbook.xsl:${PORTSDIR}/textproc/docbook-xsl \
|
||||||
|
${PREFIX}/share/xml/docbook/4.2/docbookx.dtd:${PORTSDIR}/textproc/docbook-xml
|
||||||
|
|
||||||
.if defined(WITH_OPENJADE) || ${MACHINE_ARCH} != "i386"
|
.if defined(WITH_OPENJADE) || ${MACHINE_ARCH} != "i386"
|
||||||
RUN_DEPENDS+= openjade:${PORTSDIR}/textproc/openjade
|
RUN_DEPENDS+= openjade:${PORTSDIR}/textproc/openjade
|
||||||
|
|
Loading…
Add table
Reference in a new issue