diff options
Diffstat (limited to 'graphics/f-spot/Makefile')
-rw-r--r-- | graphics/f-spot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/f-spot/Makefile b/graphics/f-spot/Makefile index b32ea2a681f5..2b8f0f09de07 100644 --- a/graphics/f-spot/Makefile +++ b/graphics/f-spot/Makefile @@ -39,8 +39,8 @@ INSTALLS_OMF= yes USE_LDCONFIG= yes GCONF_SCHEMAS= f-spot.schemas -CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS+=--with-vendor-build-id=FreeBSD\ BSD\#\ Project |