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 | 85c448cdb511141132b3218cfcd8ab85d5e40a93 (patch) | |
tree | 184a265d96282064232d399666185c8c3220aaaf /net | |
parent | 3f8122837e876f67d3129338af9e58ea3b42e58f (diff) | |
download | pkgsrc-85c448cdb511141132b3218cfcd8ab85d5e40a93.tar.gz |
Remove trailing whitespace.
Diffstat (limited to 'net')
-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" |