diff options
author | vanilla <vanilla@FreeBSD.org> | 2013-01-27 22:31:37 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2013-01-27 22:31:37 +0800 |
commit | 3a02a69a0c62f175b0231830615401a5d602e5c0 (patch) | |
tree | 2af8dcd5f6f113be18a476dc06909a14de618dd9 /devel/Makefile | |
parent | 2d2e095254716cce6ec7b6326587c14e597c2157 (diff) | |
download | freebsd-ports-gnome-3a02a69a0c62f175b0231830615401a5d602e5c0.tar.gz freebsd-ports-gnome-3a02a69a0c62f175b0231830615401a5d602e5c0.tar.zst freebsd-ports-gnome-3a02a69a0c62f175b0231830615401a5d602e5c0.zip |
Add avro-cpp 1.7.3, data serialization system for C++.
PR: ports/175563
Submitted by: Gvozdikov Veniamin <g.veniamin@googlemail.com>
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 5c3178153845..79d702aa6f43 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -105,6 +105,7 @@ SUBDIR += avra SUBDIR += avrdude SUBDIR += avro-c + SUBDIR += avro-cpp SUBDIR += baz SUBDIR += bcc SUBDIR += bcpp |