diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 1999-09-10 08:43:52 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 1999-09-10 08:43:52 +0000 |
commit | ec53882020783a23c3a7f79323981f5c4d8c83b7 (patch) | |
tree | 904d7bcb5331399fd58542b9c58454b199d2cc9c | |
parent | c55ee41c2b8cf4ec8bd373e24a21abce1ef7a02d (diff) | |
download | freebsd-ports-ec53882020783a23c3a7f79323981f5c4d8c83b7.zip |
Fix dependency: ${PORTSDIR}/print/html2ps -> ${PORTSDIR}/print/html2ps-letter.
Requested by: Andreas Klemm <andreas@FreeBSD.org> (mantainer)
-rw-r--r-- | print/apsfilter/Makefile | 2 | ||||
-rw-r--r-- | print/apsfilter6/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/print/apsfilter/Makefile b/print/apsfilter/Makefile index df37812ace4e..c6062a40799f 100644 --- a/print/apsfilter/Makefile +++ b/print/apsfilter/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.FreeBSD.org/~andreas/apsfilter/download/ MAINTAINER= andreas@FreeBSD.org RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript55 \ - html2ps:${PORTSDIR}/print/html2ps \ + html2ps:${PORTSDIR}/print/html2ps-letter \ transfig:${PORTSDIR}/print/transfig \ cjpeg:${PORTSDIR}/graphics/jpeg \ anytopnm:${PORTSDIR}/graphics/netpbm \ diff --git a/print/apsfilter6/Makefile b/print/apsfilter6/Makefile index df37812ace4e..c6062a40799f 100644 --- a/print/apsfilter6/Makefile +++ b/print/apsfilter6/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.FreeBSD.org/~andreas/apsfilter/download/ MAINTAINER= andreas@FreeBSD.org RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript55 \ - html2ps:${PORTSDIR}/print/html2ps \ + html2ps:${PORTSDIR}/print/html2ps-letter \ transfig:${PORTSDIR}/print/transfig \ cjpeg:${PORTSDIR}/graphics/jpeg \ anytopnm:${PORTSDIR}/graphics/netpbm \ |