diff options
Diffstat (limited to 'graphics/synfigstudio/Makefile')
-rw-r--r-- | graphics/synfigstudio/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/synfigstudio/Makefile b/graphics/synfigstudio/Makefile index 6637bc8511a5..99814e25c882 100644 --- a/graphics/synfigstudio/Makefile +++ b/graphics/synfigstudio/Makefile @@ -22,8 +22,8 @@ USE_GETTEXT= yes USE_GMAKE= yes INSTALLS_ICONS= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes post-patch: |