diff options
author | wiz <wiz@pkgsrc.org> | 2013-11-29 17:57:07 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-11-29 17:57:07 +0000 |
commit | fec2843fda73e0db1f3fe2a30a0a447456fa3e1b (patch) | |
tree | 28d7856f0d249559f4838bb77ca3997ce404cfd2 | |
parent | f54badcaaeafba08a1c21b6339ea2676c7c0e60a (diff) | |
download | pkgsrc-fec2843fda73e0db1f3fe2a30a0a447456fa3e1b.tar.gz |
Remove PKGCONFIG_OVERRIDE for not-to-be-installed file.
-rw-r--r-- | textproc/json-c/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/json-c/Makefile b/textproc/json-c/Makefile index bcb044f791b..a160c78b6b4 100644 --- a/textproc/json-c/Makefile +++ b/textproc/json-c/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2013/11/29 17:45:18 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2013/11/29 17:57:07 wiz Exp $ DISTNAME= json-c-0.11 PKGREVISION= 1 @@ -16,7 +16,6 @@ GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= pkg-config -PKGCONFIG_OVERRIDE+= json.pc.in PKGCONFIG_OVERRIDE+= json-c.pc.in CONFIGURE_ARGS+= --disable-oldname-compat |