diff options
author | hubertf <hubertf> | 2000-02-11 03:58:14 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2000-02-11 03:58:14 +0000 |
commit | a7ee517354e72b17931d225efc81146887ecb615 (patch) | |
tree | b47d0c7a744ed598d7d3cf7430ec337a12e6d884 /games | |
parent | da78e5e109074d1105c0b8aefbd6febbe0999ed5 (diff) | |
download | pkgsrc-a7ee517354e72b17931d225efc81146887ecb615.tar.gz |
note that USE_INET6 is not regarded
Diffstat (limited to 'games')
-rw-r--r-- | games/quake6/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/quake6/Makefile b/games/quake6/Makefile index 786bd1c260a..2afcd79cf02 100644 --- a/games/quake6/Makefile +++ b/games/quake6/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2000/02/02 06:53:42 itojun Exp $ +# $NetBSD: Makefile,v 1.4 2000/02/11 03:58:14 hubertf Exp $ DISTNAME= quake-v6-bsd-kame PKGNAME= quake6-0.0 @@ -22,6 +22,7 @@ post-extract: USE_GMAKE= yes GNU_CONFIGURE= yes +# This pkg does not regard USE_INET6, but works fine with IPv6 # "bindir" setting is very non-standard for GNU autoconf CONFIGURE_ARGS+=--disable-asmopt --bindir=/bin |