diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-02-19 14:45:19 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-02-19 14:45:19 +0000 |
commit | c924394e7bf4e87ffb44d02054f7c0a9723dc9ab (patch) | |
tree | 613726703c4327bff2ddfcb55ef1b9f90d377c79 /textproc/sgmlformat | |
parent | e28af42f42ba485c29a63d7b8076069b118600d1 (diff) |
Consolidate the docbook ports into -sgml and -xml variants.
Submitted by: hrs (based on)
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=345097
Diffstat (limited to 'textproc/sgmlformat')
-rw-r--r-- | textproc/sgmlformat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/sgmlformat/Makefile b/textproc/sgmlformat/Makefile index c61a49e8bd41..c01dd6bd9cf1 100644 --- a/textproc/sgmlformat/Makefile +++ b/textproc/sgmlformat/Makefile @@ -3,7 +3,7 @@ PORTNAME= sgmlformat PORTVERSION= 1.7 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc print MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= kuriyama @@ -34,7 +34,7 @@ RUN_DEPENDS= onsgmls:${PORTSDIR}/textproc/openjade RUN_DEPENDS= nsgmls:${PORTSDIR}/textproc/jade .endif RUN_DEPENDS+= ${LOCALBASE}/share/sgml/linuxdoc:${PORTSDIR}/textproc/linuxdoc \ - ${LOCALBASE}/share/sgml/docbook/4.1:${PORTSDIR}/textproc/docbook-410 + ${LOCALBASE}/share/sgml/docbook/4.1:${PORTSDIR}/textproc/docbook-sgml # Above depending on docbook-4.1 file is just for workaround. We need # some of docbook DTDs, but not all. |