diff options
Diffstat (limited to 'games/freeciv')
-rw-r--r-- | games/freeciv/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/freeciv/Makefile b/games/freeciv/Makefile index 53a32601d2c9..bf22a8115c5e 100644 --- a/games/freeciv/Makefile +++ b/games/freeciv/Makefile @@ -20,8 +20,7 @@ USE_GMAKE= yes USE_BZIP2= yes USE_PYTHON= yes GNU_CONFIGURE= yes -LDFLAGS= -L${LOCALBASE}/lib -CONFIGURE_ENV= LDFLAGS="${LDFLAGS}" +LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --with-libiconv-prefix=${PREFIX} --program-transform-name= INSTALLS_ICONS= yes |