diff options
author | obache <obache> | 2012-06-04 13:24:29 +0000 |
---|---|---|
committer | obache <obache> | 2012-06-04 13:24:29 +0000 |
commit | cd6d4e4421436f39b8fbc48b1a8d290c84ef2030 (patch) | |
tree | 9dc02965bdf532c1a5753d491b819ac3451002ff /devel | |
parent | 94da43f0d5460ff6d9bebf63e998c40a1ca756d1 (diff) | |
download | pkgsrc-cd6d4e4421436f39b8fbc48b1a8d290c84ef2030.tar.gz |
+ protobuf
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index 6c1b1c24711..207f2f08c66 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1601 2012/06/04 09:57:42 drochner Exp $ +# $NetBSD: Makefile,v 1.1602 2012/06/04 13:24:29 obache Exp $ # COMMENT= Development utilities @@ -1252,6 +1252,7 @@ SUBDIR+= pmccabe SUBDIR+= poco SUBDIR+= popt SUBDIR+= prcs +SUBDIR+= protobuf SUBDIR+= pstreams SUBDIR+= psvn SUBDIR+= pth |