diff options
author | sf <sf@FreeBSD.org> | 2004-11-15 13:19:30 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2004-11-15 13:19:30 +0800 |
commit | 637c2ffba645a93ef174fb26892d827fb66a958b (patch) | |
tree | a71dcc3c9fb974973b24ca685a852f299f979a29 /games | |
parent | d4093a2bf14c6d9d762ed9c0f276fa726fd84389 (diff) | |
download | freebsd-ports-gnome-637c2ffba645a93ef174fb26892d827fb66a958b.tar.gz freebsd-ports-gnome-637c2ffba645a93ef174fb26892d827fb66a958b.tar.zst freebsd-ports-gnome-637c2ffba645a93ef174fb26892d827fb66a958b.zip |
farewell to libxpg4.
Diffstat (limited to 'games')
-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 de8630adf17f..3c577b099db5 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 |