diff options
author | tron <tron> | 2007-11-26 07:16:52 +0000 |
---|---|---|
committer | tron <tron> | 2007-11-26 07:16:52 +0000 |
commit | b42bf3ecd2f2c5d58083c2436b81b26d13bbf97e (patch) | |
tree | 84e7deb3ddc8b18992e803e7335b46189c18fba2 | |
parent | 131928ee752b1c084032ce98b764eee1b2d6736e (diff) | |
download | pkgsrc-b42bf3ecd2f2c5d58083c2436b81b26d13bbf97e.tar.gz |
Add "USE_TOOLS+= perl" to make this build again.
-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" |