diff options
author | Will Andrews <will@FreeBSD.org> | 2000-04-22 21:27:56 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-04-22 21:27:56 +0000 |
commit | db365067b267269aeae7ddc8407949562e12fcfd (patch) | |
tree | 0048c9b81cf565cc8b0ddbdd55f72984b3642571 /devel/Makefile | |
parent | Add a patch for I18N fontset. (diff) |
SIP is a tool for generating bindings for C++ classes so that they can be
accessed as normal Python classes.
PR: 17932
Submitted by: Arun Sharma <adsharma@sharmas.dhs.org>
Notes
Notes:
svn path=/head/; revision=27898
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 2c86ce5565ac..296903cf61af 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -198,6 +198,7 @@ SUBDIR += sdl SUBDIR += sfio SUBDIR += shtool + SUBDIR += sip SUBDIR += stlport SUBDIR += str SUBDIR += swarm |