diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-07-25 12:24:09 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-07-25 12:24:09 +0000 |
commit | fa38ed02cc7ff1a59528f13db1b7dedc130b2def (patch) | |
tree | 94158659da258abce4ed96928351a7282233e421 /games/gnudoku/Makefile | |
parent | 09db2e42a9f1432af998b2877453c2eaf20a132c (diff) | |
download | ports-fa38ed02cc7ff1a59528f13db1b7dedc130b2def.tar.gz ports-fa38ed02cc7ff1a59528f13db1b7dedc130b2def.zip |
Notes
Diffstat (limited to 'games/gnudoku/Makefile')
-rw-r--r-- | games/gnudoku/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/gnudoku/Makefile b/games/gnudoku/Makefile index 0a920f70b443..f6a2c0193fa9 100644 --- a/games/gnudoku/Makefile +++ b/games/gnudoku/Makefile @@ -18,8 +18,7 @@ COMMENT= A free program for creating and solving Su Doku puzzles LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 USE_GMAKE= yes -MAKE_ENV= CXX="${CXX}" CXXLAGS="${CXXFLAGS}" -USE_GCC= 3.4+ +MAKE_ENV= CXXLAGS="${CXXFLAGS}" post-patch: @${REINPLACE_CMD} -e 's|PREFIX=|PREFIX?=|' ${WRKSRC}/Makefile |