diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2010-01-12 10:53:07 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2010-01-12 10:53:07 +0800 |
commit | 74c14f6a38d1822a194e813f562c3937abf418c1 (patch) | |
tree | 311abe00e2d39a83505b381de4b3c79cb7356170 /textproc/sgmlformat | |
parent | 02d5e764e23f9dd599fd0b8c10d2c19849f79dc8 (diff) | |
download | freebsd-ports-gnome-74c14f6a38d1822a194e813f562c3937abf418c1.tar.gz freebsd-ports-gnome-74c14f6a38d1822a194e813f562c3937abf418c1.tar.zst freebsd-ports-gnome-74c14f6a38d1822a194e813f562c3937abf418c1.zip |
- Depending on docbook-4.1 directly. We need some of DocBook DTDs,
not all of them.
Discussed with: brian
Diffstat (limited to 'textproc/sgmlformat')
-rw-r--r-- | textproc/sgmlformat/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/textproc/sgmlformat/Makefile b/textproc/sgmlformat/Makefile index bc9e3099bb83..29a958428af0 100644 --- a/textproc/sgmlformat/Makefile +++ b/textproc/sgmlformat/Makefile @@ -11,7 +11,6 @@ PORTREVISION= 2 CATEGORIES= textproc print MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= kuriyama -#MASTER_SITES= http://fallout.campusview.indiana.edu/ports/distfiles/ MAINTAINER= kuriyama@FreeBSD.org COMMENT= Generates groff and HTML from linuxdoc and docbook SGML documents @@ -36,8 +35,10 @@ RUN_DEPENDS= onsgmls:${PORTSDIR}/textproc/openjade .else RUN_DEPENDS= nsgmls:${PORTSDIR}/textproc/jade .endif -RUN_DEPENDS+= ${PREFIX}/share/sgml/linuxdoc:${PORTSDIR}/textproc/linuxdoc \ - ${PREFIX}/share/sgml/docbook:${PORTSDIR}/textproc/docbook +RUN_DEPENDS+= ${LOCALBASE}/share/sgml/linuxdoc:${PORTSDIR}/textproc/linuxdoc \ + ${LOCALBASE}/share/sgml/docbook/4.1/docbook.dtd:${PORTSDIR}/textproc/docbook-410 +# Above depending on docbook-4.1 file is just for workaround. We need +# some of docbook DTDs, but not all. .if defined(WITH_OPENJADE) post-patch: |