diff options
author | krion <krion@FreeBSD.org> | 2004-08-23 18:52:22 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-08-23 18:52:22 +0000 |
commit | 8aaa40e975620a87dc35c88227e2ea8501aa3a6e (patch) | |
tree | 38eee001606380023acf0014306dada2fc639b96 /games/gnomechess/Makefile | |
parent | f334073f504afbe326d3b90a4000e381926176bd (diff) | |
download | FreeBSD-ports-8aaa40e975620a87dc35c88227e2ea8501aa3a6e.zip FreeBSD-ports-8aaa40e975620a87dc35c88227e2ea8501aa3a6e.tar.gz |
Fix build with gcc-3.4
PR: ports/70865
Submitted by: Ports Fury
Diffstat (limited to 'games/gnomechess/Makefile')
-rw-r--r-- | games/gnomechess/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/gnomechess/Makefile b/games/gnomechess/Makefile index d5d2afb..566ab6f 100644 --- a/games/gnomechess/Makefile +++ b/games/gnomechess/Makefile @@ -20,10 +20,11 @@ BUILD_DEPENDS= crafty:${PORTSDIR}/games/crafty RUN_DEPENDS= crafty:${PORTSDIR}/games/crafty USE_X_PREFIX= yes -USE_GMAKE= yes USE_GNOME= gnomecanvas gnomehack gnomeprefix libglade +USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +MAKE_ARGS= XML_I18N_UPDATE="${TRUE}" XML_I18N_EXTRACT="${TRUE}" .include <bsd.port.mk> |