diff options
author | snj <snj> | 2004-04-27 21:26:08 +0000 |
---|---|---|
committer | snj <snj> | 2004-04-27 21:26:08 +0000 |
commit | 0229659cd672568177bdfad926d1cd0478e71407 (patch) | |
tree | e32380c322653638bde9cefabdacf4fe1f2f5987 /cad | |
parent | 3c3304768f60547fd0d5c89387730702036e38a6 (diff) | |
download | pkgsrc-0229659cd672568177bdfad926d1cd0478e71407.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'cad')
-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" |