diff options
author | richard <richard@pkgsrc.org> | 2014-08-09 20:07:07 +0000 |
---|---|---|
committer | richard <richard@pkgsrc.org> | 2014-08-09 20:07:07 +0000 |
commit | 485251befdd483f8f1ff0b64af45ec7401540bec (patch) | |
tree | 2e5062f5dddf56e066f83c7f02365e984499b55d /textproc/json-glib | |
parent | 6be0c4b2306e8d8287fa2ed70671465bd3eced0e (diff) | |
download | pkgsrc-485251befdd483f8f1ff0b64af45ec7401540bec.tar.gz |
avoid auto manpage generation until PLIST is updated
Diffstat (limited to 'textproc/json-glib')
-rw-r--r-- | textproc/json-glib/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/json-glib/Makefile b/textproc/json-glib/Makefile index a3cc355c6f8..65a6422cd74 100644 --- a/textproc/json-glib/Makefile +++ b/textproc/json-glib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2014/04/20 09:36:29 obache Exp $ +# $NetBSD: Makefile,v 1.22 2014/08/09 20:07:07 richard Exp $ # DISTNAME= json-glib-1.0.0 @@ -15,6 +15,8 @@ GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= gmake msgfmt msgmerge pkg-config xgettext +CONFIGURE_ARGS+= --disable-man + PKGCONFIG_OVERRIDE+= json-glib.pc.in TEST_TARGET= check |