diff options
Diffstat (limited to 'textproc/dtd-catalogs/Makefile')
-rw-r--r-- | textproc/dtd-catalogs/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/textproc/dtd-catalogs/Makefile b/textproc/dtd-catalogs/Makefile index be4f605bd3be..a7f9783cae89 100644 --- a/textproc/dtd-catalogs/Makefile +++ b/textproc/dtd-catalogs/Makefile @@ -8,10 +8,10 @@ CATEGORIES= textproc MAINTAINER= ports@FreeBSD.org COMMENT= SGML DTDs catalogs -RUN_DEPENDS= ${ISO8879_CAT}:${PORTSDIR}/textproc/iso8879 \ - ${ISO12083_CAT}:${PORTSDIR}/textproc/iso12083 \ - ${HTML_CAT}:${PORTSDIR}/textproc/html \ - ${LINUXDOC_CAT}:${PORTSDIR}/textproc/linuxdoc +RUN_DEPENDS= ${ISO8879_CAT}:textproc/iso8879 \ + ${ISO12083_CAT}:textproc/iso12083 \ + ${HTML_CAT}:textproc/html \ + ${LINUXDOC_CAT}:textproc/linuxdoc USES= metaport |