diff options
author | joerg <joerg@pkgsrc.org> | 2006-05-14 15:37:45 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-05-14 15:37:45 +0000 |
commit | a8ff024468b836f0f10442c6116c5387b977dc87 (patch) | |
tree | d8684ba26234c60264abf6fcfb784ad699fa153d /chat | |
parent | a0883baabbd7dac237972725258fc3d48692d152 (diff) | |
download | pkgsrc-a8ff024468b836f0f10442c6116c5387b977dc87.tar.gz |
Uses C++.
Diffstat (limited to 'chat')
-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} |