diff options
Diffstat (limited to 'games/teg')
-rw-r--r-- | games/teg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/teg/Makefile b/games/teg/Makefile index b4b6dccfa32c..8ad932e57207 100644 --- a/games/teg/Makefile +++ b/games/teg/Makefile @@ -17,8 +17,8 @@ COMMENT= A turn-based strategy game for GNOME USE_GNOME= gnomehack gnomeprefix intlhack libgnomeui USE_GMAKE= yes USE_AUTOTOOLS= libtool -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --disable-ggz GCONF_SCHEMAS= teg.schemas |