summaryrefslogtreecommitdiff
path: root/chat/jabberd2
diff options
context:
space:
mode:
authorjoerg <joerg>2007-08-01 21:45:30 +0000
committerjoerg <joerg>2007-08-01 21:45:30 +0000
commitfe5fd9a0e2827157b016405257e62cf4469cc3aa (patch)
tree8811400ec91bc14302a2c6e0eca2cbc967637176 /chat/jabberd2
parent2a12ae895e9bf251f697753e92bfcda421eab768 (diff)
downloadpkgsrc-fe5fd9a0e2827157b016405257e62cf4469cc3aa.tar.gz
Installs Perl scripts to bin/, so depend on Perl. Bump revision.
Diffstat (limited to 'chat/jabberd2')
-rw-r--r--chat/jabberd2/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/chat/jabberd2/Makefile b/chat/jabberd2/Makefile
index b058892753e..2a1b1664699 100644
--- a/chat/jabberd2/Makefile
+++ b/chat/jabberd2/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.39 2007/07/13 09:43:36 xtraeme Exp $
+# $NetBSD: Makefile,v 1.40 2007/08/01 21:45:30 joerg Exp $
#
DISTNAME= jabberd-2.1.8
-#PKGREVISION= 1
+PKGREVISION= 1
CATEGORIES= chat
MASTER_SITES= http://ftp.xiaoka.com/jabberd2/releases/
EXTRACT_SUFX= .tar.bz2
@@ -33,6 +33,7 @@ CONFIGURE_ARGS+= --enable-anon
CONFIGURE_ARGS+= --enable-ssl
CONFIGURE_ARGS+= --enable-fs
+USE_TOOLS+= perl:run
REPLACE_PERL+= tools/*.pl
.include "../../mk/bsd.prefs.mk"