diff options
Diffstat (limited to 'graphics/gltt/Makefile')
-rw-r--r-- | graphics/gltt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gltt/Makefile b/graphics/gltt/Makefile index 86434c32ca5d..2455aa5b9156 100644 --- a/graphics/gltt/Makefile +++ b/graphics/gltt/Makefile @@ -19,8 +19,8 @@ USE_GL= gl glut USE_FREETYPE= yes USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" +CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include CONFIGURE_ARGS= --with-ttf-includes=${LOCALBASE}/include/freetype1 \ --with-ttf-libraries=${LOCALBASE}/lib \ --with-gl-includes=${LOCALBASE}/include \ |