diff options
Diffstat (limited to 'misc/dotfile/Makefile')
-rw-r--r-- | misc/dotfile/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/dotfile/Makefile b/misc/dotfile/Makefile index 4090e5c0545..ff99270f85d 100644 --- a/misc/dotfile/Makefile +++ b/misc/dotfile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2000/08/31 19:14:03 jwise Exp $ +# $NetBSD: Makefile,v 1.16 2001/02/17 18:08:58 wiz Exp $ # FreeBSD Id: Makefile,v 1.5 1997/04/20 13:19:30 wosch Exp # @@ -8,6 +8,7 @@ MASTER_SITES= ftp://ftp.imada.ou.dk/pub/dotfile/ MAINTAINER= oly@world.std.com HOMEPAGE= http://www.imada.ou.dk/~blackie/dotfile/ +COMMENT= GUI dotfile generator program to create .config files DEPENDS+= tk-8.3.2:../../x11/tk |