summaryrefslogtreecommitdiff
path: root/parallel/openpbs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'parallel/openpbs/Makefile')
-rw-r--r--parallel/openpbs/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/parallel/openpbs/Makefile b/parallel/openpbs/Makefile
index df6d53375ee..ec5b243190f 100644
--- a/parallel/openpbs/Makefile
+++ b/parallel/openpbs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2004/03/08 20:27:15 minskim Exp $
+# $NetBSD: Makefile,v 1.5 2004/04/24 22:40:40 wiz Exp $
#
DISTNAME= OpenPBS_2_3_16
@@ -15,11 +15,11 @@ INTERACTIVE_STAGE= fetch
HAS_CONFIGURE= yes
CONFIGURE_ARGS+= --prefix=${PREFIX}
USE_X11= yes
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
REPLACE_INTERPRETER+= tcl
_REPLACE.tcl.old= .*/bin/pbs_tclsh
-_REPLACE.tcl.new= ${PREFIX}/bin/pbs_tclsh
+_REPLACE.tcl.new= ${PREFIX}/bin/tclsh
_REPLACE_FILES.tcl+= src/gui/buildindex.src
_REPLACE_FILES.tcl+= src/tools/xpbsmon/buildindex.src
@@ -35,5 +35,5 @@ _REPLACE_FILES.tk2+= src/tools/xpbsmon/xpbsmon.src
_CONFIGURE_POSTREQ+= replace-interpreter
-.include "../../x11/tk83/buildlink2.mk"
+.include "../../x11/tk83/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"