aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/xpdf
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2002-03-14 19:16:45 +0800
committersobomax <sobomax@FreeBSD.org>2002-03-14 19:16:45 +0800
commit2afa682dfaff5aacfa000d819c170a88d58ebd00 (patch)
tree4bc499a7118b337f272e102e7049d1a157a17452 /graphics/xpdf
parent78839d23eba90e7948c9bd6e8ce5c4d6e145ef97 (diff)
downloadfreebsd-ports-gnome-2afa682dfaff5aacfa000d819c170a88d58ebd00.tar.gz
freebsd-ports-gnome-2afa682dfaff5aacfa000d819c170a88d58ebd00.tar.zst
freebsd-ports-gnome-2afa682dfaff5aacfa000d819c170a88d58ebd00.zip
Adjust in accordance with the new location of freetype1 includes
(${PREFIX}/include/freetype1/freetype, not ${PREFIX}/include/freetype).
Diffstat (limited to 'graphics/xpdf')
-rw-r--r--graphics/xpdf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/xpdf/Makefile b/graphics/xpdf/Makefile
index 17934b790901..3167c2bb39f4 100644
--- a/graphics/xpdf/Makefile
+++ b/graphics/xpdf/Makefile
@@ -25,7 +25,7 @@ CONFIGURE_ARGS= --with-gzip --enable-opi \
--with-t1-library=${LOCALBASE}/lib \
--with-t1-includes=${LOCALBASE}/include \
--with-freetype-library=${LOCALBASE}/lib \
- --with-freetype-includes=${LOCALBASE}/include/freetype
+ --with-freetype-includes=${LOCALBASE}/include/freetype1/freetype
.if defined(A4)
CONFIGURE_ARGS+= --enable-a4-paper
.endif