diff options
author | tnn <tnn@pkgsrc.org> | 2010-01-15 20:14:46 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2010-01-15 20:14:46 +0000 |
commit | b1929065db911c1618dfc4e7873228fbb172b974 (patch) | |
tree | ff0e5dddce648b03b7480bc89c1a7b077ba9704a /x11 | |
parent | 5a0ec2cf8541cf456e6e1ca8625d71b247fa7810 (diff) | |
download | pkgsrc-b1929065db911c1618dfc4e7873228fbb172b974.tar.gz |
don't build internal documentation
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libXfont/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/libXfont/Makefile b/x11/libXfont/Makefile index a2735de2533..13b2f659250 100644 --- a/x11/libXfont/Makefile +++ b/x11/libXfont/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2010/01/15 18:43:28 tnn Exp $ +# $NetBSD: Makefile,v 1.16 2010/01/15 20:14:46 tnn Exp $ # DISTNAME= libXfont-1.4.1 @@ -18,6 +18,8 @@ USE_TOOLS+= pkg-config PKGCONFIG_OVERRIDE+= xfont.pc.in +CONFIGURE_ARGS+= --disable-devel-docs + .include "../../devel/zlib/buildlink3.mk" .include "../../graphics/freetype2/buildlink3.mk" .include "../../x11/fontcacheproto/buildlink3.mk" |