diff options
author | adrianp <adrianp@pkgsrc.org> | 2005-03-02 21:44:55 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2005-03-02 21:44:55 +0000 |
commit | 784cdc59444ea26fa29199c7be29039c26da653f (patch) | |
tree | 76e93d5ad60e734dffd056d63b7dc9574a4eb5cc /net/freeradius/options.mk | |
parent | 917b2db9bb30e0918d974399699f8880b6ad8986 (diff) | |
download | pkgsrc-784cdc59444ea26fa29199c7be29039c26da653f.tar.gz |
- Whitespace police
- Better handling of OpenSSL using USE_OLD_DES_API
- Fix builds on 1.6.2
- Bump to nb1
Diffstat (limited to 'net/freeradius/options.mk')
-rw-r--r-- | net/freeradius/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/freeradius/options.mk b/net/freeradius/options.mk index 28fbc23f84f..00ca24bd245 100644 --- a/net/freeradius/options.mk +++ b/net/freeradius/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.3 2004/11/10 22:27:32 adrianp Exp $ +# $NetBSD: options.mk,v 1.4 2005/03/02 21:44:55 adrianp Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.freeradius PKG_SUPPORTED_OPTIONS= ldap postgresql73 postgresql74 mysql snmp @@ -52,7 +52,7 @@ PLIST_SRC+= ${PKGDIR}/PLIST.mysql ### ### Compile in SNMP support ### -### Please note that snmp support is limited. Freeradius looks like it's +### Please note that snmp support is limited. Freeradius looks like it's ### after the old ucd-snmp (v4.x) headers and ucd-snmp isn't in pkgsrc any ### more. Compatability mode on the current net-snmp (v5.x) does not seem ### to work either. So it will find a few snmp utilites but other than that |