diff options
author | ijliao <ijliao@FreeBSD.org> | 2004-06-29 09:11:31 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2004-06-29 09:11:31 +0800 |
commit | 9ef997dd63afaa152303697cd0c76db99f2bb738 (patch) | |
tree | cb2a6f0ff79b13546dff9a769354fef65f87c16e /devel/Makefile | |
parent | 628254df4589d9330bc3ab13e298ef8e8fd37782 (diff) | |
download | freebsd-ports-gnome-9ef997dd63afaa152303697cd0c76db99f2bb738.tar.gz freebsd-ports-gnome-9ef997dd63afaa152303697cd0c76db99f2bb738.tar.zst freebsd-ports-gnome-9ef997dd63afaa152303697cd0c76db99f2bb738.zip |
add genproto 0.3
Generates prototypes from C/C++ code
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 1a0d2811bda2..46f5bdd6028c 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -271,6 +271,7 @@ SUBDIR += gdbmods SUBDIR += gengameng SUBDIR += gengetopt + SUBDIR += genproto SUBDIR += gettext SUBDIR += gettext-lint SUBDIR += getxml |