diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-12-07 21:42:09 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-12-07 21:42:09 +0000 |
commit | f1960c39071bf727bc1412e2f20b5cf598d5a9ac (patch) | |
tree | d8f8167f3fc8334845a4f72df9be01169fd67402 /graphics/Makefile | |
parent | 7749db178b589ff391ffa173e6c59bbc46845838 (diff) |
- Add cairomm
C++ interface to cairo
WWW: http://cairographics.org
Notes
Notes:
svn path=/head/; revision=150627
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index d71d8781cdc0..5677a98e9cd8 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -39,6 +39,7 @@ SUBDIR += cadubi SUBDIR += cairo SUBDIR += cairo-java + SUBDIR += cairomm SUBDIR += cal3d SUBDIR += cal3d-devel SUBDIR += camediaplay |