diff options
Diffstat (limited to 'games/plee-the-bear/Makefile')
-rw-r--r-- | games/plee-the-bear/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/plee-the-bear/Makefile b/games/plee-the-bear/Makefile index 1157a49e3927..cea924f1f4bb 100644 --- a/games/plee-the-bear/Makefile +++ b/games/plee-the-bear/Makefile @@ -18,11 +18,10 @@ USE_GL= gl glu WANT_GNOME= yes INSTALLS_ICONS= yes USE_LDCONFIG= yes -USE_GETTEXT= yes MAKE_JOBS_SAFE= yes USE_GCC= 4.6+ -USES= cmake +USES= cmake gettext CMAKE_ARGS= -Dlibclaw_DIR="${LOCALBASE}/share/libclaw/cmake" \ -DBEAR_NO_EDITOR=YES |