diff options
author | Jing-Tang Keith Jang <keith@FreeBSD.org> | 2001-02-18 18:33:05 +0000 |
---|---|---|
committer | Jing-Tang Keith Jang <keith@FreeBSD.org> | 2001-02-18 18:33:05 +0000 |
commit | 7d1603913238ddc65ed497ff91ef788d830c0fe9 (patch) | |
tree | d582003bb96bd1253d807c4d6d560fe31afb82b5 /graphics | |
parent | c116c53ed026cee711f2b19f9360f5f5b7a2f2d8 (diff) | |
download | ports-7d1603913238ddc65ed497ff91ef788d830c0fe9.tar.gz ports-7d1603913238ddc65ed497ff91ef788d830c0fe9.zip |
Depends on libt1.so.2, instead of libt1.so.1.
PR: ports/25191
Notes
Notes:
svn path=/head/; revision=38469
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 dc17b98ddcc4..6986414c6d0b 100644 --- a/graphics/xpdf/Makefile +++ b/graphics/xpdf/Makefile @@ -15,7 +15,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= chuckr@FreeBSD.org -LIB_DEPENDS= t1.1:${PORTSDIR}/devel/t1lib +LIB_DEPENDS= t1.2:${PORTSDIR}/devel/t1lib USE_X_PREFIX= yes USE_XPM= yes |