aboutsummaryrefslogtreecommitdiffstats
path: root/games/formido
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2008-07-25 06:29:33 +0800
committerpav <pav@FreeBSD.org>2008-07-25 06:29:33 +0800
commita4008bd9103a7db5a4e0185543479d1877eb1b09 (patch)
treefca3a2d302f0591dd484754e793a2cf83ec75549 /games/formido
parent824088a5109a40ccc1256b8c4033bbf635668c7c (diff)
downloadfreebsd-ports-gnome-a4008bd9103a7db5a4e0185543479d1877eb1b09.tar.gz
freebsd-ports-gnome-a4008bd9103a7db5a4e0185543479d1877eb1b09.tar.zst
freebsd-ports-gnome-a4008bd9103a7db5a4e0185543479d1877eb1b09.zip
- Add CC and CXX to MAKE_ENV for all ports
PR: ports/86106, ports/101120 (based on)
Diffstat (limited to 'games/formido')
-rw-r--r--games/formido/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/formido/Makefile b/games/formido/Makefile
index 8f71b5c4218f..8cd7d0e4f21d 100644
--- a/games/formido/Makefile
+++ b/games/formido/Makefile
@@ -21,8 +21,9 @@ USE_SDL= sdl mixer image
HISCOREDIR= /var/games/formido
+CC= ${CXX}
MAKE_ENV= DATDIR="${DATADIR}" HISCOREDIR="${HISCOREDIR}" \
- CC="${CXX}" LINKFLAGS="${CXXFLAGS}" DEFAULT_CONFIG_FILE="${DATADIR}/formido.cfg"
+ LINKFLAGS="${CXXFLAGS}" DEFAULT_CONFIG_FILE="${DATADIR}/formido.cfg"
OPTIONS= MUSIC "Install music (6MB)" on