diff options
Diffstat (limited to 'games/bombermaze/Makefile')
-rw-r--r-- | games/bombermaze/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/bombermaze/Makefile b/games/bombermaze/Makefile index 41371bf6c6c7..32b0f13f8a7f 100644 --- a/games/bombermaze/Makefile +++ b/games/bombermaze/Makefile @@ -18,7 +18,7 @@ COMMENT= A Bomberman clone for GNOME USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack gnomelibs gdkpixbuf -USE_AUTOTOOLS= libtool:13 +GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |