diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-07-31 09:56:58 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-07-31 09:56:58 +0000 |
commit | 21eb89848bef16449057c7a933824648fc4566ac (patch) | |
tree | 77dc54e9d02ff258373fdbf7eaf4ac26514a42a7 /devel/Makefile | |
parent | Update to 1.2.1. (diff) |
add ply
Python Lex-Yacc
Notes
Notes:
svn path=/head/; revision=45659
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 bf01db7115b7..17ce20364280 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -416,6 +416,7 @@ SUBDIR += picprog SUBDIR += pinstall SUBDIR += pkgconfig + SUBDIR += ply SUBDIR += pmake SUBDIR += popt SUBDIR += portcheckout |