diff options
author | jmmv <jmmv> | 2003-01-13 21:28:26 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-01-13 21:28:26 +0000 |
commit | 4761eaee0a46d6b7dc7a0f49e567bda5802cab26 (patch) | |
tree | 1b3d51f3e187998a47eff75574930588bfb54bed /net | |
parent | eb70d11d149686bca68a6e5bf07700e64d66dd2b (diff) | |
download | pkgsrc-4761eaee0a46d6b7dc7a0f49e567bda5802cab26.tar.gz |
Explicitly disable gtk-doc (as documentation is not currently included)
Diffstat (limited to 'net')
-rw-r--r-- | net/soup/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/soup/Makefile b/net/soup/Makefile index 795ee3ae399..2f31bf9f49e 100644 --- a/net/soup/Makefile +++ b/net/soup/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2003/01/13 04:58:34 rh Exp $ +# $NetBSD: Makefile,v 1.4 2003/01/13 21:28:26 jmmv Exp $ # DISTNAME= soup-0.7.10 @@ -17,6 +17,8 @@ USE_LIBTOOL= YES LIBTOOL_OVERRIDE= ${WRKSRC}/libtool PKGCONFIG_OVERRIDE= ${WRKSRC}/soup.pc.in +CONFIGURE_ARGS+= --enable-gtk-doc=no + .include "../../converters/libiconv/buildlink2.mk" .include "../../security/openssl/buildlink2.mk" .include "../../textproc/libxml/buildlink2.mk" |