summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Packages.txt20
1 files changed, 13 insertions, 7 deletions
diff --git a/Packages.txt b/Packages.txt
index fea12b6cb5b..585617d9e66 100644
--- a/Packages.txt
+++ b/Packages.txt
@@ -1,4 +1,4 @@
-# $NetBSD: Packages.txt,v 1.174 2001/07/20 02:00:47 jlam Exp $
+# $NetBSD: Packages.txt,v 1.175 2001/07/26 15:14:05 jlam Exp $
###########################################################################
==========================
@@ -1593,12 +1593,18 @@ buildlink.mk files:
USE_SSL --> .include "../../security/openssl/buildlink.mk"
USE_XPM --> .include "../../graphics/xpm/buildlink.mk"
-In addition, packages that have an explicit dependency on ncurses should
-set USE_NCURSES to the reason why the system curses is insufficient, and
-include "../../devel/ncurses/buildlink.mk" afterwards. This helps to
-identify where the system curses differs from ncurses, and when the
-development of the system curses catches up in functionality, the
-USE_NCURSES setting may be removed.
+Packages that have an explicit dependency on ncurses should set USE_NCURSES
+to the reason why the system curses is insufficient, and include
+"../../devel/ncurses/buildlink.mk" afterwards. This helps to identify
+where the system curses differs from ncurses, and when the development of
+the system curses catches up in functionality, the USE_NCURSES setting may
+be removed.
+
+Packages that use OpenSSL that require a specific version of OpenSSL should
+define USE_OPENSSL_VERSION to the minimum version number required prior to
+including "../../security/openssl/buildlink.mk". The version number is the
+hexadecimal number found in <openssl/opensslv.h>, or the variables
+OPENSSL_VERSION_{095A,096,096A,096B} may be used.
The use of EVAL_PREFIX to find the installation prefix for packages may be
removed since references to package library and header files are found