diff options
author | obache <obache> | 2012-06-04 13:31:23 +0000 |
---|---|---|
committer | obache <obache> | 2012-06-04 13:31:23 +0000 |
commit | 6edd0d58c6959560020824c0c2f1aa534895e274 (patch) | |
tree | db12a54702c9582efc0165b52135bd0a4c86a406 /devel | |
parent | bb0e16d27d24d36e46f952ea742f7b7f98605c77 (diff) | |
download | pkgsrc-6edd0d58c6959560020824c0c2f1aa534895e274.tar.gz |
pkg-config is not required to build.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/protobuf/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/protobuf/Makefile b/devel/protobuf/Makefile index a5527f9d70a..626523d3b1b 100644 --- a/devel/protobuf/Makefile +++ b/devel/protobuf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2012/06/04 13:21:50 obache Exp $ +# $NetBSD: Makefile,v 1.2 2012/06/04 13:31:23 obache Exp $ # DISTNAME= protobuf-2.4.1 @@ -14,7 +14,6 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_TOOLS+= pkg-config USE_LANGUAGES= c++ c PKGCONFIG_OVERRIDE+= protobuf-lite.pc.in |