diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-06-15 22:57:27 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-06-15 22:57:27 +0000 |
commit | e4e51828976b97ab59fe5a38c6c7ccdc516c54d6 (patch) | |
tree | 220005b43d025c37e0504bdd7675edbb6cf66102 /devel/Makefile | |
parent | update durep to 0.8.1 (diff) |
Add libbonobomm, the C++ bindings for libbonobo.
Submitted by: Alexander Nedotsukov <bland@mail.ru>
Notes
Notes:
svn path=/head/; revision=83056
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 37022d13a023..733461bcc233 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -299,6 +299,7 @@ SUBDIR += libast SUBDIR += libavl SUBDIR += libbonobo + SUBDIR += libbonobomm SUBDIR += libcache SUBDIR += libcapsinetwork SUBDIR += libchipcard |