diff options
author | steve <steve@FreeBSD.org> | 1999-12-25 10:00:06 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-12-25 10:00:06 +0800 |
commit | df5e0657d658ffef3b6da378a4daff35d9959c77 (patch) | |
tree | d3f85844d0ec7e806b5fb35143465a9e7d2e47b3 /graphics | |
parent | 06ee07f9998f741228412acb520a7c7110f1276f (diff) | |
download | freebsd-ports-gnome-df5e0657d658ffef3b6da378a4daff35d9959c77.tar.gz freebsd-ports-gnome-df5e0657d658ffef3b6da378a4daff35d9959c77.tar.zst freebsd-ports-gnome-df5e0657d658ffef3b6da378a4daff35d9959c77.zip |
Deal with new library names in t1lib port.
PR: 15444
Submitted by: Mario Sergio Fujikawa Ferreira <lioux@linf.unb.br>
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" |