diff options
author | dholland <dholland@pkgsrc.org> | 2011-07-05 01:30:52 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2011-07-05 01:30:52 +0000 |
commit | 3b0029593245d837395618cd000971d26dfadda4 (patch) | |
tree | 09d0b12e7f9103a432e0a84bd911aae427c5635b /parallel | |
parent | 6d4ab16034d4d180e7c18e32ac80933c0f208642 (diff) | |
download | pkgsrc-3b0029593245d837395618cd000971d26dfadda4.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/Makefile | 5 |
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" |