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