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 /graphics/evas | |
parent | Fix a regression in bsd.port.mk where ports with multiple checksums per file (diff) |
- Fix build on bento
Noticed by: bento via kris
Notes
Notes:
svn path=/head/; revision=98898
Diffstat (limited to 'graphics/evas')
-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" |