diff options
author | obache <obache> | 2012-06-09 05:44:21 +0000 |
---|---|---|
committer | obache <obache> | 2012-06-09 05:44:21 +0000 |
commit | b34aba4d889f4db927d2762ac9c106cd4290f20a (patch) | |
tree | 9b13fa5f5bc9af27027214188ec52247628714f2 /x11 | |
parent | 1424b6d8efe67718a6ec7d29147d3f16cbe925fa (diff) | |
download | pkgsrc-b34aba4d889f4db927d2762ac9c106cd4290f20a.tar.gz |
--disable-docs configure option is not in this version.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libXaw/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11/libXaw/Makefile b/x11/libXaw/Makefile index 7a8e7b8e1bb..1a02c8aa809 100644 --- a/x11/libXaw/Makefile +++ b/x11/libXaw/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2012/06/03 17:37:22 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2012/06/09 05:44:21 obache Exp $ # DISTNAME= libXaw-1.0.11 @@ -19,8 +19,6 @@ PKGCONFIG_OVERRIDE+= xaw7.pc.in GNU_CONFIGURE= yes CONFIGURE_ENV+= LIB_MAN_SUFFIX=3 -CONFIGURE_ARGS+= --disable-docs - .include "../../x11/libICE/buildlink3.mk" .include "../../x11/libSM/buildlink3.mk" .include "../../x11/libX11/buildlink3.mk" |