diff options
-rw-r--r-- | devel/tkdiff/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/tkdiff/Makefile b/devel/tkdiff/Makefile index 003ebc9803a..ec7a4b90fae 100644 --- a/devel/tkdiff/Makefile +++ b/devel/tkdiff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2004/03/10 00:17:31 minskim Exp $ +# $NetBSD: Makefile,v 1.14 2005/03/05 14:53:08 minskim Exp $ # DISTNAME= tkdiff @@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tkdiff/} EXTRACT_SUFX= .zip MAINTAINER= recht@NetBSD.org -HOMEPAGE= http://www.accurev.com/free/tkdiff/index.html +HOMEPAGE= http://sourceforge.net/projects/tkdiff/ COMMENT= Graphical 2-way diff/merge tool DEPENDS+= tk>=8.3.2:../../x11/tk |