diff options
Diffstat (limited to 'games/netris/Makefile')
-rw-r--r-- | games/netris/Makefile | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/games/netris/Makefile b/games/netris/Makefile index 3123acd8989..bdba4cea559 100644 --- a/games/netris/Makefile +++ b/games/netris/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2005/05/22 20:08:02 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2005/05/31 21:46:06 wiz Exp $ # DISTNAME= netris-0.52 @@ -18,16 +18,7 @@ USE_TOOLS+= gmake HAS_CONFIGURE= YES CONFIGURE_SCRIPT= ./Configure -BUILD_DEFS+= USE_INET6 - -# to get USE_INET6 -.include "../../mk/bsd.prefs.mk" - -.if defined(USE_INET6) && ${USE_INET6} == YES -CONFIGURE_ARGS+= --enable-ipv6 -.else -CONFIGURE_ARGS+= --disable-ipv6 -.endif +.include "options.mk" do-install: @ ${INSTALL_PROGRAM} ${WRKSRC}/netris ${PREFIX}/bin |