diff options
Diffstat (limited to 'deskutils/gnochm/Makefile')
-rw-r--r-- | deskutils/gnochm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/gnochm/Makefile b/deskutils/gnochm/Makefile index bb56d7da6618..469d9f27cf85 100644 --- a/deskutils/gnochm/Makefile +++ b/deskutils/gnochm/Makefile @@ -22,8 +22,8 @@ USE_GNOME= gnomehack gnomeprefix intlhack pygnome2 pygtk2 pygnomeextras GNU_CONFIGURE= yes USE_PYTHON= 2.2+ USE_GETTEXT= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib GCONF_SCHEMAS= gnochm.schemas INSTALLS_OMF= yes |