diff options
author | perky <perky@FreeBSD.org> | 2003-09-26 12:24:56 +0800 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2003-09-26 12:24:56 +0800 |
commit | ce7320cf420247359c91f93032d0acf46e3de2e0 (patch) | |
tree | eba5ca35cb2ffc06e462683dc2be9ac0382bf6f0 /lang | |
parent | 40ec4b875109295f6c6d407884d265c41bd48e9f (diff) | |
download | freebsd-ports-gnome-ce7320cf420247359c91f93032d0acf46e3de2e0.tar.gz freebsd-ports-gnome-ce7320cf420247359c91f93032d0acf46e3de2e0.tar.zst freebsd-ports-gnome-ce7320cf420247359c91f93032d0acf46e3de2e0.zip |
Add notes about separated standard modules.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/python/Makefile | 2 | ||||
-rw-r--r-- | lang/python/pkg-message | 12 | ||||
-rw-r--r-- | lang/python23/Makefile | 2 | ||||
-rw-r--r-- | lang/python23/pkg-message | 12 | ||||
-rw-r--r-- | lang/python24/Makefile | 2 | ||||
-rw-r--r-- | lang/python24/pkg-message | 12 |
6 files changed, 42 insertions, 0 deletions
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 <bsd.port.post.mk> 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. +==== diff --git a/lang/python23/Makefile b/lang/python23/Makefile index 386618c09faf..6abf5a004344 100644 --- a/lang/python23/Makefile +++ b/lang/python23/Makefile @@ -142,4 +142,6 @@ post-install: (cd ${DEMODIR}; tar xf -) .endif + @${CAT} ${PKGMESSAGE} + .include <bsd.port.post.mk> diff --git a/lang/python23/pkg-message b/lang/python23/pkg-message new file mode 100644 index 000000000000..a75f7501aa54 --- /dev/null +++ b/lang/python23/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. +==== diff --git a/lang/python24/Makefile b/lang/python24/Makefile index 386618c09faf..6abf5a004344 100644 --- a/lang/python24/Makefile +++ b/lang/python24/Makefile @@ -142,4 +142,6 @@ post-install: (cd ${DEMODIR}; tar xf -) .endif + @${CAT} ${PKGMESSAGE} + .include <bsd.port.post.mk> diff --git a/lang/python24/pkg-message b/lang/python24/pkg-message new file mode 100644 index 000000000000..a75f7501aa54 --- /dev/null +++ b/lang/python24/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. +==== |