diff options
author | mycroft <mycroft@pkgsrc.org> | 2001-10-22 00:01:03 +0000 |
---|---|---|
committer | mycroft <mycroft@pkgsrc.org> | 2001-10-22 00:01:03 +0000 |
commit | f1277e6416de1d62692257c2c93bf02dbe936f12 (patch) | |
tree | 111ba92dd1d70b29fdaa3111d6a1b01fd5b3917c /chat | |
parent | 8f9f06c6a5fe11ec5f3470b0452b13297010837c (diff) | |
download | pkgsrc-f1277e6416de1d62692257c2c93bf02dbe936f12.tar.gz |
Enable panel support.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/xchat/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chat/xchat/Makefile b/chat/xchat/Makefile index 015ebd07027..89c9a61a5c7 100644 --- a/chat/xchat/Makefile +++ b/chat/xchat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2001/09/26 18:48:53 tron Exp $ +# $NetBSD: Makefile,v 1.12 2001/10/22 00:01:03 mycroft Exp $ DISTNAME= xchat-1.8.3 PKGNAME= ${DISTNAME}nb1 @@ -24,6 +24,8 @@ BUILD_DEFS+= USE_INET6 .include "../../mk/bsd.prefs.mk" +CONFIGURE_ARGS+= --enable-panel + # IPv6 support .if defined(USE_INET6) && ${USE_INET6} == YES CONFIGURE_ARGS+= --enable-ipv6 |