diff options
Diffstat (limited to 'games/xinvaders')
-rw-r--r-- | games/xinvaders/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/xinvaders/Makefile b/games/xinvaders/Makefile index 29fdf090fd3e..e07c6e68f3cc 100644 --- a/games/xinvaders/Makefile +++ b/games/xinvaders/Makefile @@ -21,7 +21,7 @@ NO_CDROM= "don't sell for profit" USE_GETTEXT= yes USE_XORG= x11 xmu xaw xt -USE_AUTOTOOLS= automake:14 autoconf:213 +USE_AUTOTOOLS= automake14 autoconf213 AUTOMAKE_ARGS= --include-deps CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -lintl" |