diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-01-13 21:28:26 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-01-13 21:28:26 +0000 |
commit | f49acc0a89ccf43e3025b8c7e692fcabb26ee9a3 (patch) | |
tree | 1b3d51f3e187998a47eff75574930588bfb54bed /net | |
parent | 33210d24201da45ec6a801553b76e52d71ff1ab3 (diff) | |
download | pkgsrc-f49acc0a89ccf43e3025b8c7e692fcabb26ee9a3.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" |