diff options
Diffstat (limited to 'games/xshisen')
-rw-r--r-- | games/xshisen/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/xshisen/Makefile b/games/xshisen/Makefile index e5a6ca264d41..de8630adf17f 100644 --- a/games/xshisen/Makefile +++ b/games/xshisen/Makefile @@ -27,7 +27,7 @@ CONFIGURE_ARGS= --datadir="${X11BASE}/lib/X11" \ .if ${OSVERSION} >= 220000 && ${OSVERSION} < 400020 || \ ${OSVERSION} >= 500000 && ${OSVERSION} < 500005 -CONFIGURE_ENV= LIBS="-lxpg4" +CONFIGURE_ENV= LIBS="-lxpg4" .endif MANLANG= "" ja |