diff options
Diffstat (limited to 'games/gnubg/Makefile')
-rw-r--r-- | games/gnubg/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/gnubg/Makefile b/games/gnubg/Makefile index 07b31ac162bb..3165c360bd28 100644 --- a/games/gnubg/Makefile +++ b/games/gnubg/Makefile @@ -30,7 +30,7 @@ WRKSRC= ${WRKDIR}/gnubg OPTIONS= ESOUND "Enable sound support" ON \ NLS "Enable gettext support" ON -CONFIGURE_ARGS= --enable-nls --with-board3d +CONFIGURE_ARGS= --with-board3d CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \ ac_cv_path_ARTSC_CONFIG=no ac_cv_path_LIBART_CONFIG=no |