diff options
author | Steve Price <steve@FreeBSD.org> | 1999-12-25 02:00:06 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-12-25 02:00:06 +0000 |
commit | 57be171dac7c819f07e0af6c9af2ff378524949b (patch) | |
tree | e18a1bdf6d8a5974ddb6ec1865e01d1b7b04612a /graphics | |
parent | Update to version 1.0. (diff) |
Deal with new library names in t1lib port.
PR: 15444
Submitted by: Mario Sergio Fujikawa Ferreira <lioux@linf.unb.br>
Notes
Notes:
svn path=/head/; revision=24028
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xpdf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/xpdf/Makefile b/graphics/xpdf/Makefile index c705e662ac01..b5c6e2ceb428 100644 --- a/graphics/xpdf/Makefile +++ b/graphics/xpdf/Makefile @@ -22,7 +22,7 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= chuckr@freebsd.org LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ - t1.9:${PORTSDIR}/devel/t1lib + t1x.1:${PORTSDIR}/devel/t1lib .if !defined(PACKAGE_BUILDING) RESTRICTED= "Contains cryptography" |