summaryrefslogtreecommitdiff
path: root/parallel
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2011-07-05 01:30:52 +0000
committerdholland <dholland@pkgsrc.org>2011-07-05 01:30:52 +0000
commitfeb87d4bcc6363b5f8707cea714c28f11c8e2641 (patch)
tree09d0b12e7f9103a432e0a84bd911aae427c5635b /parallel
parent0694e9be6d1619aa39fcc59730a1da44916a5918 (diff)
downloadpkgsrc-feb87d4bcc6363b5f8707cea714c28f11c8e2641.tar.gz
If it's going to install tcl scripts, and use REPLACE_INTERPRETER on them,
it needs to depend on tcl. PKGREVISION -> 4
Diffstat (limited to 'parallel')
-rw-r--r--parallel/sge/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/parallel/sge/Makefile b/parallel/sge/Makefile
index 6d543b5e09a..be619f8a60f 100644
--- a/parallel/sge/Makefile
+++ b/parallel/sge/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.39 2011/02/17 08:55:11 markd Exp $
+# $NetBSD: Makefile,v 1.40 2011/07/05 01:30:52 dholland Exp $
#
PKGNAME= sge-6.2.2.1
DISTNAME= ge-V62u2_1_TAG-src
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= parallel sysutils
MASTER_SITES= http://gridengine.sunsource.net/files/documents/7/197/
@@ -155,6 +155,7 @@ PLIST_SUBST+= SGE_ARCH=${SGE_ARCH}
.include "../../databases/db4/buildlink3.mk" # 4.2 at least
.include "../../x11/libXpm/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
+.include "../../lang/tcl/buildlink3.mk"
.include "../../mk/motif.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
.if ${USE_BUILTIN.openssl} == "yes"