diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-11-02 03:32:35 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-11-02 03:32:35 +0000 |
commit | 9c80e519cb57b196b4d688af588c1d3cb1e52ef5 (patch) | |
tree | 897600e61d695e94a58217fe6a186d9f8a9aa327 /devel/Makefile | |
parent | use ${PYTHON_PKGNAMEPREFIX} instead of py- (diff) |
add py-fileutils
File I/O related functions and classes
Notes
Notes:
svn path=/head/; revision=49479
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 780f40454d8b..e9e9b8c2e33a 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -463,6 +463,7 @@ SUBDIR += py-ansistyle SUBDIR += py-coro SUBDIR += py-cxx + SUBDIR += py-fileutils SUBDIR += py-game SUBDIR += py-grouch SUBDIR += py-htmlkit |