summaryrefslogtreecommitdiff
path: root/cad/tkgate
diff options
context:
space:
mode:
authorsnj <snj>2004-04-27 21:26:08 +0000
committersnj <snj>2004-04-27 21:26:08 +0000
commit0fba820d4e196f12a7eb5d0eb829a1b089701317 (patch)
treee32380c322653638bde9cefabdacf4fe1f2f5987 /cad/tkgate
parent62abe9b658658cd6bc4ec8db053259b7da463a44 (diff)
downloadpkgsrc-0fba820d4e196f12a7eb5d0eb829a1b089701317.tar.gz
Convert to buildlink3.
Diffstat (limited to 'cad/tkgate')
-rw-r--r--cad/tkgate/Makefile6
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"