diff options
Diffstat (limited to 'games/lexter')
-rw-r--r-- | games/lexter/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/lexter/Makefile b/games/lexter/Makefile index 9a75932c48a5..888a82c33d11 100644 --- a/games/lexter/Makefile +++ b/games/lexter/Makefile @@ -17,7 +17,7 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS+= --localstatedir=/var/games -USES= gettext +USES= gettext ncurses post-install: @${MKDIR} ${STAGEDIR}/var/games |