diff options
author | marcus <marcus@FreeBSD.org> | 2003-03-05 06:52:25 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-03-05 06:52:25 +0800 |
commit | 00767e3527ca6116da98c2a420d8397b1d664e1d (patch) | |
tree | e8cd7cf517b19ccb5a15743632f98e11c46fefa2 /net | |
parent | 6783a8ee97a069050b1a15b9b7728d3a12e12fcb (diff) | |
download | freebsd-ports-gnome-00767e3527ca6116da98c2a420d8397b1d664e1d.tar.gz freebsd-ports-gnome-00767e3527ca6116da98c2a420d8397b1d664e1d.tar.zst freebsd-ports-gnome-00767e3527ca6116da98c2a420d8397b1d664e1d.zip |
WITH_PORTSSL is not needed anymore.
Reported by: Oliver Lehmann <lehmann@ans-netz.de>
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} "" |