diff options
author | wiz <wiz@pkgsrc.org> | 2005-08-01 11:56:17 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-08-01 11:56:17 +0000 |
commit | ff7168c8a87962d67eee7de3073816243d6400de (patch) | |
tree | 184a265d96282064232d399666185c8c3220aaaf /net/net-snmp/options.mk | |
parent | 9797c9c4545976ccbfa3bf98dd5473f0bcaa5dbe (diff) | |
download | pkgsrc-ff7168c8a87962d67eee7de3073816243d6400de.tar.gz |
Remove trailing whitespace.
Diffstat (limited to 'net/net-snmp/options.mk')
-rw-r--r-- | net/net-snmp/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/net-snmp/options.mk b/net/net-snmp/options.mk index 4c42313d02a..ab58af7d4ea 100644 --- a/net/net-snmp/options.mk +++ b/net/net-snmp/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.1 2005/08/01 11:55:55 wiz Exp $ +# $NetBSD: options.mk,v 1.2 2005/08/01 11:56:17 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.net-snmp PKG_SUPPORTED_OPTIONS= ssl @@ -7,7 +7,7 @@ PKG_SUPPORTED_OPTIONS= ssl .if ${OPSYS} != "SunOS" && ${OPSYS} != "Darwin" # net-snmp doesn't do IPv6 on Solaris & Darwin -PKG_SUPPORTED_OPTIONS+= inet6 +PKG_SUPPORTED_OPTIONS+= inet6 .endif .include "../../mk/bsd.options.mk" |