diff options
author | drochner <drochner@pkgsrc.org> | 2001-03-28 11:26:09 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2001-03-28 11:26:09 +0000 |
commit | 306d767e705eecb364970cc714340a75041d0a12 (patch) | |
tree | cd704b1bb0da05e396926a9ef940ada2be22c23c /graphics | |
parent | 7f665e00325f4fa2e8b4d4efbd7c6c44b6364c97 (diff) | |
download | pkgsrc-306d767e705eecb364970cc714340a75041d0a12.tar.gz |
tolerate t1lib>=1.0.1 in preparation for an update
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xpdf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/xpdf/Makefile b/graphics/xpdf/Makefile index 7faa034aaa6..39484898556 100644 --- a/graphics/xpdf/Makefile +++ b/graphics/xpdf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2001/02/16 15:22:36 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2001/03/28 11:26:09 drochner Exp $ # FreeBSD Id: Makefile,v 1.12 1998/03/11 03:08:12 vanilla Exp # @@ -14,7 +14,7 @@ COMMENT= Display tool for PDF files DEPENDS+= freetype-lib-1.3.1:../../graphics/freetype DEPENDS+= ghostscript-fonts-*:../../print/ghostscript-fonts -DEPENDS+= t1lib-1.0.1:../../textproc/t1lib +DEPENDS+= t1lib>=1.0.1:../../textproc/t1lib CONFLICTS= xpdf-crypto-* |