diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-23 16:36:52 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-23 16:36:52 +0000 |
commit | f43ef693741d1f929522319bb44abce959c5ae6d (patch) | |
tree | 9cd8ac968b7dd9aa102adad34f7a045d2cca5353 | |
parent | 616f248e22d6f0604f948b662146fa94903386e2 (diff) | |
download | freebsd-ports-f43ef693741d1f929522319bb44abce959c5ae6d.zip |
- Fix build on bento
Noticed by: bento via kris
-rw-r--r-- | graphics/evas/Makefile | 1 |
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" |