diff options
Diffstat (limited to 'deskutils/ontv/Makefile')
-rw-r--r-- | deskutils/ontv/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/deskutils/ontv/Makefile b/deskutils/ontv/Makefile index 536939587bad..ccb215523f50 100644 --- a/deskutils/ontv/Makefile +++ b/deskutils/ontv/Makefile @@ -28,7 +28,8 @@ USE_GNOME= gnomehack gnomeprefix pygnomedesktop pygnomeextras USE_GMAKE= yes USE_PYTHON= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib GCONF_SCHEMAS= ontv.schemas INSTALLS_ICONS= yes |