diff options
author | joerg <joerg> | 2006-05-14 15:37:45 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-05-14 15:37:45 +0000 |
commit | c77f47af3f28cdeb0d40448e7368c5ecfaf47a50 (patch) | |
tree | d8684ba26234c60264abf6fcfb784ad699fa153d | |
parent | 64139ae19549f64d4f6ab8ce77e30737723414f0 (diff) | |
download | pkgsrc-c77f47af3f28cdeb0d40448e7368c5ecfaf47a50.tar.gz |
Uses C++.
-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} |