diff options
author | dholland <dholland@pkgsrc.org> | 2012-06-23 18:57:08 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-06-23 18:57:08 +0000 |
commit | f5b7f949dd1c9bd851927f052014c6bd304007f8 (patch) | |
tree | 29d417b65d82b6c822825bf2dd9b7d5baf797e71 /chat/xchat-perl | |
parent | 0b5c91c8b442a908c469b0cdd29ec0e933e90e97 (diff) | |
download | pkgsrc-f5b7f949dd1c9bd851927f052014c6bd304007f8.tar.gz |
Explicitly disable xlib for these plugins, or they will in some situations
detect it without it being buildlinked, and then fail.
Diffstat (limited to 'chat/xchat-perl')
-rw-r--r-- | chat/xchat-perl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/xchat-perl/Makefile b/chat/xchat-perl/Makefile index a7307f9e6f0..cb42e21cc3b 100644 --- a/chat/xchat-perl/Makefile +++ b/chat/xchat-perl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2012/03/03 00:14:24 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2012/06/23 18:57:08 dholland Exp $ .include "../../chat/xchat/Makefile.common" @@ -16,6 +16,7 @@ CONFIGURE_ARGS+= --disable-gtkfe CONFIGURE_ARGS+= --enable-tcl=no CONFIGURE_ARGS+= --enable-perl CONFIGURE_ARGS+= --disable-python +CONFIGURE_ARGS+= --disable-xlib USE_PERL5= YES USE_TOOLS+= perl |