diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-13 13:59:02 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-13 13:59:02 +0000 |
commit | 153173f66a446e300bc2aeb5378acc016f949931 (patch) | |
tree | 3926bb2fdbc9331cff8ded8f73d1dbb847a12d83 /games | |
parent | 66d3c4568cbf931d1d7595f3434b8bf542317f0f (diff) | |
download | ports-153173f66a446e300bc2aeb5378acc016f949931.tar.gz ports-153173f66a446e300bc2aeb5378acc016f949931.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/freeciv/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/freeciv/Makefile b/games/freeciv/Makefile index 87d11e62f39b..5910046e73f9 100644 --- a/games/freeciv/Makefile +++ b/games/freeciv/Makefile @@ -16,6 +16,7 @@ USE_BZIP2= yes USE_PYTHON= yes GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib +CPPFLAGS+= -I${LOCALBASE}/include CONFIGURE_ARGS= ${ICONV_CONFIGURE_ARG} --program-transform-name= MAN6= freeciv-server.6 freeciv-client.6 \ |