summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--graphics/xpdf/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/xpdf/Makefile b/graphics/xpdf/Makefile
index 1201dc3c6bb..58b3a3fd2b4 100644
--- a/graphics/xpdf/Makefile
+++ b/graphics/xpdf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2000/10/06 15:23:46 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.19 2000/11/01 21:06:21 veego Exp $
# FreeBSD Id: Makefile,v 1.12 1998/03/11 03:08:12 vanilla Exp
#
@@ -23,6 +23,7 @@ GNU_CONFIGURE= YES
CONFIGURE_ARGS+=--enable-japanese --enable-chinese
CONFIGURE_ARGS+=--with-freetype-includes=${LOCALBASE}/include
+CONFIGURE_ARGS+=--with-t1-includes=${X11PREFIX}/include
CONFIGURE_ENV+= CXXFLAGS=${CXXFLAGS}
MAKE_ENV+= SED=${SED} ECHO=${ECHO}