summaryrefslogtreecommitdiff
path: root/x11/worker
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-11-25 20:47:57 +0000
committerrillig <rillig@pkgsrc.org>2006-11-25 20:47:57 +0000
commit4c16a837d778bab7274ad9e74e81d29552e4e125 (patch)
tree8d192181bcdf459ca953f3817157b3faf2194195 /x11/worker
parentd3842e0e3c7386b8b4e6eb48cdb6149b7578a574 (diff)
downloadpkgsrc-4c16a837d778bab7274ad9e74e81d29552e4e125.tar.gz
The included shell programs need bash. PKGREVISION++
Diffstat (limited to 'x11/worker')
-rw-r--r--x11/worker/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/worker/Makefile b/x11/worker/Makefile
index 8f77b9743d5..39d76782a77 100644
--- a/x11/worker/Makefile
+++ b/x11/worker/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/11/25 15:41:26 uebayasi Exp $
+# $NetBSD: Makefile,v 1.2 2006/11/25 20:47:57 rillig Exp $
#
DISTNAME= worker-2.14.1
+PKGREVISION= 1
CATEGORIES= x11
MASTER_SITES= http://www.boomerangsworld.de/cms/worker/downloads/
@@ -17,6 +18,8 @@ GNU_CONFIGURE= YES
#DEPENDS+= xview-clients>=3.2.1:../../x11/xview-clients
USE_X11BASE= yes
+REPLACE_BASH+= scripts/*.sh scripts/*r
+USE_TOOLS+= bash:run
.include "../../mk/x11.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"