diff options
-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 95d34d13c50..f52f9e515f9 100644 --- a/chat/xchat-perl/Makefile +++ b/chat/xchat-perl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/03/12 12:42:48 tron Exp $ +# $NetBSD: Makefile,v 1.2 2007/11/26 07:16:52 tron Exp $ .include "../../chat/xchat/Makefile.common" @@ -17,6 +17,7 @@ CONFIGURE_ARGS+= --enable-perl CONFIGURE_ARGS+= --disable-python USE_PERL5= YES +USE_TOOLS+= perl .include "../../lang/perl5/buildlink3.mk" |