diff options
author | fredb <fredb> | 1999-12-02 21:26:14 +0000 |
---|---|---|
committer | fredb <fredb> | 1999-12-02 21:26:14 +0000 |
commit | 20720b0c1620fc718c6161b89ba5f0eb24ad3790 (patch) | |
tree | 138b1579c69225a24ae2d6dff19d646b377ce7fd /graphics/xpdf | |
parent | 11336197d72a6549b57d9ed4296c344b950b6310 (diff) | |
download | pkgsrc-20720b0c1620fc718c6161b89ba5f0eb24ad3790.tar.gz |
Update dependency on t1lib.
Diffstat (limited to 'graphics/xpdf')
-rw-r--r-- | graphics/xpdf/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/xpdf/Makefile.common b/graphics/xpdf/Makefile.common index a8654ee0ed7..ccd3111e647 100644 --- a/graphics/xpdf/Makefile.common +++ b/graphics/xpdf/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.2 1999/10/28 14:45:08 agc Exp $ +# $NetBSD: Makefile.common,v 1.3 1999/12/02 21:26:14 fredb Exp $ # FreeBSD Id: Makefile,v 1.12 1998/03/11 03:08:12 vanilla Exp # @@ -12,7 +12,7 @@ CATEGORIES= graphics print MASTER_SITES= ftp://ftp.foolabs.com/pub/xpdf/ EXTRACT_SUFX= .tgz -DEPENDS+= t1lib-0.9.2:../../textproc/t1lib +DEPENDS+= t1lib-1.0:../../textproc/t1lib DEPENDS+= xpm-3.4k:../../graphics/xpm USE_X11BASE= yes |