summaryrefslogtreecommitdiff
path: root/parallel
diff options
context:
space:
mode:
authordholland <dholland>2011-07-05 01:30:52 +0000
committerdholland <dholland>2011-07-05 01:30:52 +0000
commit70d230839a3a78a452f260c36a6474f4d2819364 (patch)
tree09d0b12e7f9103a432e0a84bd911aae427c5635b /parallel
parentb59a01d1af4ac448ca60e8e863c6cca9a3c228bc (diff)
downloadpkgsrc-70d230839a3a78a452f260c36a6474f4d2819364.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"