diff options
author | krion <krion@FreeBSD.org> | 2004-01-24 00:36:52 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-01-24 00:36:52 +0800 |
commit | 702500fce7209cc9e5090c247992b2b81f4bf856 (patch) | |
tree | 15c08af08c4069cc753cd2f512ef792e2e75c80a /graphics/evas | |
parent | 030776be6e55e584205f124cb8bb1947fd340a6d (diff) | |
download | freebsd-ports-gnome-702500fce7209cc9e5090c247992b2b81f4bf856.tar.gz freebsd-ports-gnome-702500fce7209cc9e5090c247992b2b81f4bf856.tar.zst freebsd-ports-gnome-702500fce7209cc9e5090c247992b2b81f4bf856.zip |
- Fix build on bento
Noticed by: bento via kris
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" |