diff options
author | dougb <dougb@FreeBSD.org> | 2002-03-17 21:20:40 +0000 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2002-03-17 21:20:40 +0000 |
commit | 3ef47ac0e5b5555883dd8458841c511599a22a89 (patch) | |
tree | c1c48b127beb76ab8c026d5c059c1a42d714dcff | |
parent | ec31bddea3211008d6b5b4392e74dab308011f81 (diff) | |
download | FreeBSD-ports-3ef47ac0e5b5555883dd8458841c511599a22a89.zip FreeBSD-ports-3ef47ac0e5b5555883dd8458841c511599a22a89.tar.gz |
Try to help folks who can't seem to pick up the dependency on freetype.
-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 3167c2b..7921fd0 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 \ |