summaryrefslogtreecommitdiffstats
path: root/graphics/imlib2
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2002-03-14 11:16:45 +0000
committersobomax <sobomax@FreeBSD.org>2002-03-14 11:16:45 +0000
commit2afa682dfaff5aacfa000d819c170a88d58ebd00 (patch)
tree4bc499a7118b337f272e102e7049d1a157a17452 /graphics/imlib2
parent78839d23eba90e7948c9bd6e8ce5c4d6e145ef97 (diff)
downloadFreeBSD-ports-2afa682dfaff5aacfa000d819c170a88d58ebd00.zip
FreeBSD-ports-2afa682dfaff5aacfa000d819c170a88d58ebd00.tar.gz
Adjust in accordance with the new location of freetype1 includes
(${PREFIX}/include/freetype1/freetype, not ${PREFIX}/include/freetype).
Diffstat (limited to 'graphics/imlib2')
-rw-r--r--graphics/imlib2/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/imlib2/Makefile b/graphics/imlib2/Makefile
index 6b0a21c..f8ac2ad 100644
--- a/graphics/imlib2/Makefile
+++ b/graphics/imlib2/Makefile
@@ -23,7 +23,8 @@ USE_X_PREFIX= yes
USE_FREETYPE= yes
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/freetype1 \
+ -I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
.include <bsd.port.pre.mk>
OpenPOWER on IntegriCloud