diff options
author | dougb <dougb@FreeBSD.org> | 2004-03-27 07:42:16 +0000 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2004-03-27 07:42:16 +0000 |
commit | 6ff7085cc9c9d05222dd79a6b06deaeeb0695471 (patch) | |
tree | 9380164cf87e4ac57dd99b56c887478dc4bb6e24 | |
parent | 58ae709adee9b26f702ef6e8626b8e24751cba59 (diff) | |
download | FreeBSD-ports-6ff7085cc9c9d05222dd79a6b06deaeeb0695471.zip FreeBSD-ports-6ff7085cc9c9d05222dd79a6b06deaeeb0695471.tar.gz |
Update the freetype2 include file test in configure.
Submitted by: lofi
-rw-r--r-- | graphics/xpdf/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/graphics/xpdf/Makefile b/graphics/xpdf/Makefile index d53ca98..4a552ac 100644 --- a/graphics/xpdf/Makefile +++ b/graphics/xpdf/Makefile @@ -45,6 +45,11 @@ MAN1= pdffonts.1 \ xpdf.1 MAN5= xpdfrc.5 +post-patch: + @${CP} ${WRKSRC}/configure ${WRKSRC}/configure.orig + @${SED} -e "s#freetype.h#ft2build.h#" ${WRKSRC}/configure.orig > \ + ${WRKSRC}/configure + post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} |