diff options
author | perky <perky@FreeBSD.org> | 2005-11-02 21:34:58 +0800 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2005-11-02 21:34:58 +0800 |
commit | 2f3dcacb11288b0f73ade23bbbcc2cc99a05ebd0 (patch) | |
tree | 70e655f0fb8a1bcf8c225d4bd6ae8706e7fcf2e6 /lang/Makefile | |
parent | e58b248149f838d81a74511b70d08485293c6fd1 (diff) | |
download | freebsd-ports-gnome-2f3dcacb11288b0f73ade23bbbcc2cc99a05ebd0.tar.gz freebsd-ports-gnome-2f3dcacb11288b0f73ade23bbbcc2cc99a05ebd0.tar.zst freebsd-ports-gnome-2f3dcacb11288b0f73ade23bbbcc2cc99a05ebd0.zip |
Add new port for python-mode.el.
Emacs lisp modules for the Python language.
PR: 87314
Submitted by: Dario Freni <saturnero@guri.org>
WWW: http://python-mode.sourceforge.net/
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index 1d0ff6db8a3b..dcfb1c1607a4 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -217,6 +217,7 @@ SUBDIR += python-doc-pdf-letter SUBDIR += python-doc-postscript-a4 SUBDIR += python-doc-postscript-letter + SUBDIR += python-mode.el SUBDIR += python21 SUBDIR += python22 SUBDIR += python23 |