summaryrefslogtreecommitdiff
path: root/cad/tkgate/Makefile
diff options
context:
space:
mode:
authorminskim <minskim>2004-04-16 03:44:34 +0000
committerminskim <minskim>2004-04-16 03:44:34 +0000
commitb64f1cbb26b77011ccdf097cd2cdeffd9148510d (patch)
treec96825c3789819b0aeb57f66b426387409492a1c /cad/tkgate/Makefile
parent3d51efdc79705e71d196f06505ed6a62d1b2d609 (diff)
downloadpkgsrc-b64f1cbb26b77011ccdf097cd2cdeffd9148510d.tar.gz
Link tkgate against Tk 8.4. Bump PKGREVISION.
Diffstat (limited to 'cad/tkgate/Makefile')
-rw-r--r--cad/tkgate/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/cad/tkgate/Makefile b/cad/tkgate/Makefile
index a733c6048bc..83a3b4b6886 100644
--- a/cad/tkgate/Makefile
+++ b/cad/tkgate/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2004/03/08 20:27:13 minskim Exp $
+# $NetBSD: Makefile,v 1.10 2004/04/16 03:44:34 minskim Exp $
#
DISTNAME= tkgate-1.6i
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= cad
MASTER_SITES= ftp://gadoid.ices.cmu.edu/pub/tkgate/
EXTRACT_SUFX= .tgz
@@ -33,5 +33,5 @@ do-configure:
${ECHO} "${TKGATE_SITENAME}" > ${WRKSRC}/sitename.txt
( cd ${WRKSRC} && ${CONFIGURE_ENV} ./configure )
-.include "../../x11/tk83/buildlink2.mk"
+.include "../../x11/tk/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"