diff options
author | wiz <wiz> | 2004-04-24 22:40:40 +0000 |
---|---|---|
committer | wiz <wiz> | 2004-04-24 22:40:40 +0000 |
commit | c0a2b36e291a13aa93765221bd06e0e29e3a6a25 (patch) | |
tree | cd6e6dd30db2a9e8902de5d0903cbeb296c6bdbd | |
parent | 2d27692b2ed99f5bcd265871156525db5469fc1d (diff) | |
download | pkgsrc-c0a2b36e291a13aa93765221bd06e0e29e3a6a25.tar.gz |
Convert to bl3.
-rw-r--r-- | parallel/openpbs/Makefile | 8 |
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" |