diff options
author | Doug Barton <dougb@FreeBSD.org> | 2002-03-17 21:20:40 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2002-03-17 21:20:40 +0000 |
commit | ef29dbc153c24bf373d54f59e176d57a872b506c (patch) | |
tree | 6962f5c571bf702c8a21c1078e747473aae645a4 /graphics | |
parent | Fix noattach.sh.sample script, %%PREFIX%% was not replaced (diff) |
Try to help folks who can't seem to pick up the dependency on freetype.
Notes
Notes:
svn path=/head/; revision=56268
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xpdf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/xpdf/Makefile b/graphics/xpdf/Makefile index 3167c2bb39f4..7921fd071326 100644 --- a/graphics/xpdf/Makefile +++ b/graphics/xpdf/Makefile @@ -14,12 +14,12 @@ MASTER_SITE_SUBDIR= support/xpdf MAINTAINER= DougB@FreeBSD.org -LIB_DEPENDS= t1.4:${PORTSDIR}/devel/t1lib +LIB_DEPENDS= t1.4:${PORTSDIR}/devel/t1lib \ + ttf.4:${PORTSDIR}/print/freetype USE_GMAKE= yes USE_X_PREFIX= yes USE_XPM= yes -USE_FREETYPE= yes USE_AUTOCONF= yes CONFIGURE_ARGS= --with-gzip --enable-opi \ --with-t1-library=${LOCALBASE}/lib \ |