summaryrefslogtreecommitdiff
path: root/chat/konversation
diff options
context:
space:
mode:
authorrillig <rillig>2006-10-01 13:56:38 +0000
committerrillig <rillig>2006-10-01 13:56:38 +0000
commitacc5ad30d267c1bac9caa932a391c16582551ddb (patch)
treec59337f68aba7d87f10ee684177ec3d0945e4eb1 /chat/konversation
parent92b2418d92fa1d007dbb190d5260318dbcada5f5 (diff)
downloadpkgsrc-acc5ad30d267c1bac9caa932a391c16582551ddb.tar.gz
Fixed missing Bash interpreter. Bumped PKGREVISION.
Diffstat (limited to 'chat/konversation')
-rw-r--r--chat/konversation/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/chat/konversation/Makefile b/chat/konversation/Makefile
index 023a4143212..61f477086d8 100644
--- a/chat/konversation/Makefile
+++ b/chat/konversation/Makefile
@@ -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 @@ REPLACE_PERL+= konversation/src/konversation-0.19-appearance.pl \
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"