diff options
Diffstat (limited to 'graphics/libopenraw/Makefile')
-rw-r--r-- | graphics/libopenraw/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/libopenraw/Makefile b/graphics/libopenraw/Makefile index 0eec4b7d3ee5..baaf76a3603b 100644 --- a/graphics/libopenraw/Makefile +++ b/graphics/libopenraw/Makefile @@ -21,7 +21,8 @@ MAKE_JOBS_SAFE= yes USE_GNOME= libxml2 USE_LDCONFIG= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --with-boost=${LOCALBASE}/include OPTIONS= GNOME "GNOME support (needs gtk20)" on |