summaryrefslogtreecommitdiff
path: root/graphics/p5-Imager
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-03-14 11:16:45 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-03-14 11:16:45 +0000
commitd8543839e68b75223c5d597d6d47b9c2a28d56c1 (patch)
tree520ef2a8e4549307b131d4654e216085fce34be7 /graphics/p5-Imager
parentInstall includes into ${PREFIX}/include/freetype1/freetype instead of (diff)
Adjust in accordance with the new location of freetype1 includes
(${PREFIX}/include/freetype1/freetype, not ${PREFIX}/include/freetype).
Notes
Notes: svn path=/head/; revision=56069
Diffstat (limited to 'graphics/p5-Imager')
-rw-r--r--graphics/p5-Imager/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/p5-Imager/Makefile b/graphics/p5-Imager/Makefile
index f960d74b6770..ab3167cca5d3 100644
--- a/graphics/p5-Imager/Makefile
+++ b/graphics/p5-Imager/Makefile
@@ -24,7 +24,8 @@ LIB_DEPENDS= t1:${PORTSDIR}/devel/t1lib \
USE_FREETYPE= yes
PERL_CONFIGURE= yes
-CONFIGURE_ENV= IM_LIBPATH="${LOCALBASE}/lib"
+CONFIGURE_ENV= IM_LIBPATH="${LOCALBASE}/lib" \
+ IM_INCPATH="${LOCALBASE}/include/freetype1/freetype"
USE_GMAKE= yes
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}