diff options
Diffstat (limited to 'chat/quirc/Makefile')
-rw-r--r-- | chat/quirc/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/chat/quirc/Makefile b/chat/quirc/Makefile index 88c3fbb6c0a..9bf7fc593bc 100644 --- a/chat/quirc/Makefile +++ b/chat/quirc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2007/01/15 19:31:46 joerg Exp $ +# $NetBSD: Makefile,v 1.16 2007/03/17 16:06:22 rillig Exp $ # DISTNAME= quirc-0.9.84 @@ -12,9 +12,13 @@ COMMENT= Stable and powerful graphical IRC client GNU_CONFIGURE= YES USE_LANGUAGES= c c++ -USE_TOOLS+= gmake +USE_TOOLS+= gmake automake autoconf autoreconf CONFIGURE_ARGS+= --with-tcl=${BUILDLINK_PREFIX.tcl} +MAKE_FLAGS+= docdir=${PREFIX}/share/doc/quirc + +pre-configure: + cd ${WRKSRC} && autoreconf BUILDLINK_DEPMETHOD.libXt?= build |