diff options
author | araujo <araujo@FreeBSD.org> | 2017-03-22 19:51:10 +0800 |
---|---|---|
committer | araujo <araujo@FreeBSD.org> | 2017-03-22 19:51:10 +0800 |
commit | 3049c69d423b47a3b3d6e9e8f2c56d3f7eba15f0 (patch) | |
tree | 10d0fe8c3d95432d19b750f727d4f222fb64d7ad /lang/Makefile | |
parent | a1ede04cef9910e2aabb6a4a32a55ed739274561 (diff) | |
download | freebsd-ports-gnome-3049c69d423b47a3b3d6e9e8f2c56d3f7eba15f0.tar.gz freebsd-ports-gnome-3049c69d423b47a3b3d6e9e8f2c56d3f7eba15f0.tar.zst freebsd-ports-gnome-3049c69d423b47a3b3d6e9e8f2c56d3f7eba15f0.zip |
Create a python3 version of lang/cython.
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 051821d63344..1b7abd717085 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -50,6 +50,7 @@ SUBDIR += cparser SUBDIR += csharp-mode.el SUBDIR += cython + SUBDIR += cython3 SUBDIR += diveintopython SUBDIR += dlv SUBDIR += dmd1 |