diff options
author | ghen <ghen@pkgsrc.org> | 2005-12-28 12:21:42 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2005-12-28 12:21:42 +0000 |
commit | 0b849a893c5b225c642ae189df9a1d5e4bfef0ad (patch) | |
tree | 205815ec9082a25a984e431b3f12a33aaa9f9cb7 /net/tspc | |
parent | 003857bf6585978bbb3b07c9770d1c17b5ddaab0 (diff) | |
download | pkgsrc-0b849a893c5b225c642ae189df9a1d5e4bfef0ad.tar.gz |
# USE_INET6 (pick this up for README-IPv6.html)
won't help, since the code does the following (from pkgsrc/Makefile):
@${GREP} -l -e '^BUILD_DEFS.*=.*USE_INET6' -e '^PKG_SUPPORTED_OPTIONS.*=.*inet6' \
(noted by wiz).
Diffstat (limited to 'net/tspc')
-rw-r--r-- | net/tspc/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/tspc/Makefile b/net/tspc/Makefile index 871767fca66..55b7ea0c6ab 100644 --- a/net/tspc/Makefile +++ b/net/tspc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2005/12/28 12:10:44 ghen Exp $ +# $NetBSD: Makefile,v 1.11 2005/12/28 12:21:42 ghen Exp $ DISTNAME= tspc-2.1.1-src PKGNAME= ${DISTNAME:S/-src//} @@ -10,8 +10,6 @@ MAINTAINER= ghen@NetBSD.org COMMENT= Tunnel Setup Protocol Client for Freenet6 HOMEPAGE= http://www.hexago.com/ -# USE_INET6 (pick this up for README-IPv6.html) - ONLY_FOR_PLATFORM= NetBSD-*-* ONLY_FOR_PLATFORM+= OpenBSD-*-* ONLY_FOR_PLATFORM+= FreeBSD-*-* |