diff options
-rw-r--r-- | chat/meanwhile/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chat/meanwhile/Makefile b/chat/meanwhile/Makefile index 828862e5840..7a1bbf3b855 100644 --- a/chat/meanwhile/Makefile +++ b/chat/meanwhile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/08/13 05:29:27 dan Exp $ +# $NetBSD: Makefile,v 1.2 2007/09/02 11:16:53 joerg Exp $ # DISTNAME= meanwhile-1.0.2 @@ -15,6 +15,8 @@ USE_TOOLS+= pkg-config CONFIGURE_ARGS+= --disable-doxygen +CHECK_WRKREF_SKIP+= share/doc/meanwhile-doc-1.0.2/samples/build + PKGCONFIG_OVERRIDE+= meanwhile.pc.in .include "../../devel/glib2/buildlink3.mk" |