diff options
-rw-r--r-- | chat/quirc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/quirc/Makefile b/chat/quirc/Makefile index a5a321e4b3b..9018493868a 100644 --- a/chat/quirc/Makefile +++ b/chat/quirc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/03/04 21:29:04 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2006/05/14 15:37:45 joerg Exp $ # DISTNAME= quirc-0.9.84 @@ -11,6 +11,7 @@ HOMEPAGE= http://quirc.org/ COMMENT= Stable and powerful graphical IRC client GNU_CONFIGURE= YES +USE_LANGUAGES= c c++ USE_TOOLS+= gmake CONFIGURE_ARGS+= --with-tcl=${BUILDLINK_PREFIX.tcl} |