summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorveego <veego@pkgsrc.org>2000-11-01 21:06:21 +0000
committerveego <veego@pkgsrc.org>2000-11-01 21:06:21 +0000
commitea13faaffd4f92228d7c2a1f0a6b89d7bbbe020f (patch)
treebf2a32d6379e8e1e638d8559248a9575e83db043 /graphics
parentdcbe53f63cd1198363801bce2de8d510416df0e9 (diff)
downloadpkgsrc-ea13faaffd4f92228d7c2a1f0a6b89d7bbbe020f.tar.gz
Use --with-t1-includes=${X11PREFIX}/include so it works with xpkwedge.
Diffstat (limited to 'graphics')
-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}