diff options
author | snj <snj@pkgsrc.org> | 2004-04-27 21:26:08 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-27 21:26:08 +0000 |
commit | a6c7c6ca6d562ad8094c3fcfc668c954a25f27c7 (patch) | |
tree | e32380c322653638bde9cefabdacf4fe1f2f5987 /cad/tkgate | |
parent | 4f6d570e3e35d4c21bc139dff1c7ddddf283f6ad (diff) | |
download | pkgsrc-a6c7c6ca6d562ad8094c3fcfc668c954a25f27c7.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'cad/tkgate')
-rw-r--r-- | cad/tkgate/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cad/tkgate/Makefile b/cad/tkgate/Makefile index 83a3b4b6886..17d7cfc0488 100644 --- a/cad/tkgate/Makefile +++ b/cad/tkgate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2004/04/16 03:44:34 minskim Exp $ +# $NetBSD: Makefile,v 1.11 2004/04/27 21:30:06 snj Exp $ # DISTNAME= tkgate-1.6i @@ -14,7 +14,7 @@ COMMENT= Tcl/Tk based digital circuit editor and simulator BUILD_DEPENDS+= bison>=1.35:../../devel/bison BUILD_DEPENDS+= libiconv-[0-9]*:../../converters/libiconv -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes USE_IMAKE= yes USE_GNU_TOOLS+= m4 @@ -33,5 +33,5 @@ do-configure: ${ECHO} "${TKGATE_SITENAME}" > ${WRKSRC}/sitename.txt ( cd ${WRKSRC} && ${CONFIGURE_ENV} ./configure ) -.include "../../x11/tk/buildlink2.mk" +.include "../../x11/tk/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |