diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2003-07-06 22:49:37 +0000 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2003-07-06 22:49:37 +0000 |
commit | 314bd7e07f89c9c412bd70ab42533d9042cb19a6 (patch) | |
tree | f7687ad8cb3e665daf84cc82eb9333e3eb5b8c6a /textproc | |
parent | 6ab50015a9a15e8f97c426436c7d03c7660b7a67 (diff) | |
download | FreeBSD-ports-314bd7e07f89c9c412bd70ab42533d9042cb19a6.zip FreeBSD-ports-314bd7e07f89c9c412bd70ab42533d9042cb19a6.tar.gz |
Add missing dependency on xmlcatmgr.
Notified by: kris
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/dsssl-docbook-modular/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/dsssl-docbook-modular/Makefile b/textproc/dsssl-docbook-modular/Makefile index ad2d5d4..64bfddc 100644 --- a/textproc/dsssl-docbook-modular/Makefile +++ b/textproc/dsssl-docbook-modular/Makefile @@ -7,7 +7,7 @@ PORTNAME= dsssl-docbook-modular PORTVERSION= 1.78 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -18,6 +18,9 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} docbook-dsssl-doc-${PORTVERSION}${EXTRACT_ MAINTAINER= kuriyama@FreeBSD.org COMMENT= DSSSL stylesheets for the DocBook DTD by Norman Walsh +BUILD_DEPENDS= ${XMLCATMGR}:${PORTSDIR}/textproc/xmlcatmgr +RUN_DEPENDS= ${BUILD_DEPENDS} + NO_MTREE= yes INSTDIR= ${PREFIX}/share/sgml/docbook/dsssl/modular |