diff options
Diffstat (limited to 'audio/muine/Makefile')
-rw-r--r-- | audio/muine/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/muine/Makefile b/audio/muine/Makefile index 4fb98f5d3eba..921434535078 100644 --- a/audio/muine/Makefile +++ b/audio/muine/Makefile @@ -32,8 +32,8 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALLS_ICONS= yes -CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib GCONF_SCHEMAS= muine.schemas |