diff options
author | fredb <fredb> | 1999-12-02 21:26:14 +0000 |
---|---|---|
committer | fredb <fredb> | 1999-12-02 21:26:14 +0000 |
commit | b9a209020ef611c45d1c15cffa276e1490861d82 (patch) | |
tree | 138b1579c69225a24ae2d6dff19d646b377ce7fd | |
parent | ba664c9def2ea06ff906914b014d6a08f81107b0 (diff) | |
download | pkgsrc-b9a209020ef611c45d1c15cffa276e1490861d82.tar.gz |
Update dependency on t1lib.
-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 |