diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-03-04 22:52:25 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-03-04 22:52:25 +0000 |
commit | 0d0146bbc541016e79927cbb0f9a0dfd41b3e370 (patch) | |
tree | 8363631b846a6e23ab97d1131e08ef7bf9bb18f2 /net | |
parent | Update to 2.1.3 which fixes building on 5.0. (diff) |
WITH_PORTSSL is not needed anymore.
Reported by: Oliver Lehmann <lehmann@ans-netz.de>
Notes
Notes:
svn path=/head/; revision=76881
Diffstat (limited to 'net')
-rw-r--r-- | net/net-snmp4/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net/net-snmp4/Makefile b/net/net-snmp4/Makefile index c6489a3d0b56..f9f900a73eed 100644 --- a/net/net-snmp4/Makefile +++ b/net/net-snmp4/Makefile @@ -83,10 +83,6 @@ pre-everything:: @${ECHO} "" @${ECHO} "You may use the following build option(s):" @${ECHO} "" - @${ECHO} " WITH_PORTSSL=yes Use the OpenSSL Version delivered by the ports." - @${ECHO} " With FreeBSD 5, net-snmp4 requires automaticly" - @${ECHO} " the OpenSSL ports-version. In the 5 case, you" - @${ECHO} " don't need to define WITH_PORTSSL (default)." @${ECHO} " WITHOUT_SSL=yes Disable the OpenSSL support." @${ECHO} "" |