diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-03 23:04:44 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-03 23:04:44 +0000 |
commit | 83f7357c87ae604238f596915905c471a4241942 (patch) | |
tree | 660688730262580a2276d19b9a90eb58f70a3f3f /games/xtris | |
parent | 9aaccaed7d0e000844966e72551a5375ac718636 (diff) | |
download | ports-83f7357c87ae604238f596915905c471a4241942.tar.gz ports-83f7357c87ae604238f596915905c471a4241942.zip |
Notes
Diffstat (limited to 'games/xtris')
-rw-r--r-- | games/xtris/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/games/xtris/Makefile b/games/xtris/Makefile index 1db8e665af0c..d463a805bb26 100644 --- a/games/xtris/Makefile +++ b/games/xtris/Makefile @@ -24,10 +24,6 @@ WRKSRC= ${WRKDIR}/xtris USE_X_PREFIX= yes MAN6= xtris.6 xtserv.6 xtbot.6 -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 400014 MAKE_ENV= IPV6_CFLAGS="-DINET6" -.endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |