diff options
author | hans <hans@pkgsrc.org> | 2012-02-17 13:46:46 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-02-17 13:46:46 +0000 |
commit | 1af4a7712e23eace1d4386171038942e3a88b8cc (patch) | |
tree | f00bbb203e08e541e7bd5394844e2d1664b815c8 /chat | |
parent | 12f1240d9f0f6b5721dc9b9c38a9fab4a0628881 (diff) | |
download | pkgsrc-1af4a7712e23eace1d4386171038942e3a88b8cc.tar.gz |
Uses perl.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/kmess/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/kmess/Makefile b/chat/kmess/Makefile index b24216cb484..eb9be7fa3b0 100644 --- a/chat/kmess/Makefile +++ b/chat/kmess/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2012/02/08 00:09:56 sbd Exp $ +# $NetBSD: Makefile,v 1.47 2012/02/17 13:46:46 hans Exp $ # DISTNAME= kmess-1.4.3 @@ -14,7 +14,7 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes SET_LIBDIR= yes -USE_TOOLS+= gmake msgfmt +USE_TOOLS+= gmake msgfmt perl USE_LANGUAGES= c c++ USE_LIBTOOL= yes |