pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/konversation Fixed missing Bash interpreter. Bump...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3ecf0056be96
branches:  trunk
changeset: 519307:3ecf0056be96
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Oct 01 13:56:38 2006 +0000

description:
Fixed missing Bash interpreter. Bumped PKGREVISION.

diffstat:

 chat/konversation/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r c777d753122f -r 3ecf0056be96 chat/konversation/Makefile
--- a/chat/konversation/Makefile        Sun Oct 01 13:56:00 2006 +0000
+++ b/chat/konversation/Makefile        Sun Oct 01 13:56:38 2006 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2006/09/15 09:50:39 he Exp $
+# $NetBSD: Makefile,v 1.6 2006/10/01 13:56:38 rillig Exp $
 #
 
 DISTNAME=      konversation-1.0
+PKGREVISION=   1
 CATEGORIES=    chat
 MASTER_SITES=  http://download.berlios.de/konversation/
 EXTRACT_SUFX=  .tar.bz2
@@ -27,6 +28,8 @@
                        konversation/src/konversation-0.19-tabplacement.pl \
                        konversation/src/konversation-0.20-customfonts.pl \
                        konversation/src/konversation-0.20-quickbuttons.pl
+REPLACE_BASH+=         konversation/scripts/mail
+USE_TOOLS+=            bash:run
 
 .include "../../graphics/jpeg/buildlink3.mk"
 .include "../../x11/kdelibs3/buildlink3.mk"



Home | Main Index | Thread Index | Old Index