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