diff options
author | hans <hans> | 2012-02-17 13:46:46 +0000 |
---|---|---|
committer | hans <hans> | 2012-02-17 13:46:46 +0000 |
commit | 10dd462bba2e797bd07e1f175f9195b5ce8e5a14 (patch) | |
tree | f00bbb203e08e541e7bd5394844e2d1664b815c8 | |
parent | a8abf60206d4bad8144f071ec7b6f894790a5f5e (diff) | |
download | pkgsrc-10dd462bba2e797bd07e1f175f9195b5ce8e5a14.tar.gz |
Uses perl.
-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 |