summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-01-23 16:36:52 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-01-23 16:36:52 +0000
commitf43ef693741d1f929522319bb44abce959c5ae6d (patch)
tree9cd8ac968b7dd9aa102adad34f7a045d2cca5353
parent616f248e22d6f0604f948b662146fa94903386e2 (diff)
downloadfreebsd-ports-f43ef693741d1f929522319bb44abce959c5ae6d.zip
- Fix build on bento
Noticed by: bento via kris
-rw-r--r--graphics/evas/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/evas/Makefile b/graphics/evas/Makefile
index 16c28f8f8c10..fdbc2d62ee79 100644
--- a/graphics/evas/Makefile
+++ b/graphics/evas/Makefile
@@ -19,6 +19,7 @@ LIB_DEPENDS= Imlib2.2:${PORTSDIR}/graphics/imlib2
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_LIBTOOL= yes
+USE_FREETYPE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/freetype1 \
-I${LOCALBASE}/include -I${X11BASE}/include" \
LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib"