diff options
author | sf <sf@FreeBSD.org> | 2004-11-15 05:19:30 +0000 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2004-11-15 05:19:30 +0000 |
commit | 637c2ffba645a93ef174fb26892d827fb66a958b (patch) | |
tree | a71dcc3c9fb974973b24ca685a852f299f979a29 /games/xshisen | |
parent | d4093a2bf14c6d9d762ed9c0f276fa726fd84389 (diff) | |
download | FreeBSD-ports-637c2ffba645a93ef174fb26892d827fb66a958b.zip FreeBSD-ports-637c2ffba645a93ef174fb26892d827fb66a958b.tar.gz |
farewell to libxpg4.
Diffstat (limited to 'games/xshisen')
-rw-r--r-- | games/xshisen/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/games/xshisen/Makefile b/games/xshisen/Makefile index de8630a..3c577b0 100644 --- a/games/xshisen/Makefile +++ b/games/xshisen/Makefile @@ -25,11 +25,6 @@ CONFIGURE_ARGS= --datadir="${X11BASE}/lib/X11" \ .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 220000 && ${OSVERSION} < 400020 || \ - ${OSVERSION} >= 500000 && ${OSVERSION} < 500005 -CONFIGURE_ENV= LIBS="-lxpg4" -.endif - MANLANG= "" ja MAN6= xshisen.6 |