From a51136bd605342937400bcc6ec8a1620c9396e35 Mon Sep 17 00:00:00 2001 From: Hye-Shik Chang Date: Fri, 26 Sep 2003 04:24:56 +0000 Subject: Add notes about separated standard modules. --- lang/python/Makefile | 2 ++ lang/python/pkg-message | 12 ++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 lang/python/pkg-message (limited to 'lang/python') diff --git a/lang/python/Makefile b/lang/python/Makefile index 386618c09faf..6abf5a004344 100644 --- a/lang/python/Makefile +++ b/lang/python/Makefile @@ -142,4 +142,6 @@ post-install: (cd ${DEMODIR}; tar xf -) .endif + @${CAT} ${PKGMESSAGE} + .include diff --git a/lang/python/pkg-message b/lang/python/pkg-message new file mode 100644 index 000000000000..a75f7501aa54 --- /dev/null +++ b/lang/python/pkg-message @@ -0,0 +1,12 @@ +==== +Note that some of the standard modules are provided as separate +ports since they require extra dependencies: + +bsddb databases/py-bsddb +gdbm databases/py-gdbm +mpz math/py-mpz +pyexpat textproc/py-expat +tkinter x11-toolkits/py-tkinter + +Install them as occasion demands. +==== -- cgit v1.2.3