diff options
author | jtb <jtb@pkgsrc.org> | 2002-05-14 00:37:04 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2002-05-14 00:37:04 +0000 |
commit | f747b0f0420230eb725445e42e42b50a882f704b (patch) | |
tree | 9602170db02e34d912ef44d1de1e3cf9a0558f0a | |
parent | a3bfa7cd8df61d816c66314a87405e259057545c (diff) | |
download | pkgsrc-f747b0f0420230eb725445e42e42b50a882f704b.tar.gz |
Use REPLACE_BUILDLINK on the `telakka' script.
-rw-r--r-- | math/tela/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/tela/Makefile b/math/tela/Makefile index db15284b115..427f2b34713 100644 --- a/math/tela/Makefile +++ b/math/tela/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2002/05/03 23:32:12 jtb Exp $ +# $NetBSD: Makefile,v 1.11 2002/05/14 00:37:04 jtb Exp $ DISTNAME= tela-1.34 CATEGORIES= math @@ -15,7 +15,7 @@ GNU_CONFIGURE= # defined USE_FORTRAN= # defined USE_X11= # defined USE_BUILDLINK_ONLY= # defined -#USE_GNU_READLINE= # defined +REPLACE_BUILDLINK= ${WRKSRC}/telakka INSTALL_TARGET= install installdocs |