diff options
author | minskim <minskim@pkgsrc.org> | 2004-05-31 07:25:58 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-05-31 07:25:58 +0000 |
commit | 8dc227a5454a1bea75b5d82fd851ded8bcb7a2f1 (patch) | |
tree | bef9c8553f0ef337ab09d965702f89311866761d /chat/quirc/Makefile | |
parent | b1e4921665c9d3a7bfe66116db99b577f39aeeaa (diff) | |
download | pkgsrc-8dc227a5454a1bea75b5d82fd851ded8bcb7a2f1.tar.gz |
Make this package build with thread-enabled Tcl.
Diffstat (limited to 'chat/quirc/Makefile')
-rw-r--r-- | chat/quirc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chat/quirc/Makefile b/chat/quirc/Makefile index 86ca13213e7..28589111c7e 100644 --- a/chat/quirc/Makefile +++ b/chat/quirc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2004/05/07 01:14:47 xtraeme Exp $ +# $NetBSD: Makefile,v 1.7 2004/05/31 07:25:58 minskim Exp $ # DISTNAME= quirc-0.9.84 @@ -14,6 +14,8 @@ GNU_CONFIGURE= YES USE_GNU_TOOLS+= make USE_X11= YES +CONFIGURE_ARGS+= --with-tcl=${BUILDLINK_PREFIX.tcl} + .include "../../lang/tcl/buildlink3.mk" .include "../../x11/tk/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |