diff options
author | hubertf <hubertf@pkgsrc.org> | 1997-10-24 01:04:55 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1997-10-24 01:04:55 +0000 |
commit | bae33eb58464b21f259afe44379488aa21b57de6 (patch) | |
tree | c24fbcb1dbf50d8af2ed3c8c24e8fac446b89df1 /misc/dotfile | |
parent | 016600b8bf4c8fb533f457d1735c93f0ddfb21a0 (diff) | |
download | pkgsrc-bae33eb58464b21f259afe44379488aa21b57de6.tar.gz |
- Put back FreeBSD RCS-Id
- Move from tk41 to tk80
Diffstat (limited to 'misc/dotfile')
-rw-r--r-- | misc/dotfile/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/misc/dotfile/Makefile b/misc/dotfile/Makefile index 1f12647e933..c010d55d945 100644 --- a/misc/dotfile/Makefile +++ b/misc/dotfile/Makefile @@ -3,17 +3,18 @@ # Date created: 11/12/96 # Whom: oly@world.std.com # -# $Id: Makefile,v 1.1.1.1 1997/10/11 21:54:11 hubertf Exp $ +# $NetBSD: Makefile,v 1.2 1997/10/24 01:04:55 hubertf Exp $ +# FreeBSD Id: Makefile,v 1.5 1997/04/20 13:19:30 wosch Exp # DISTNAME= dotfile-2.0 -CATEGORIES= misc tk41 +CATEGORIES= misc tk80 MASTER_SITES= ftp://ftp.imada.ou.dk/pub/dotfile/ MAINTAINER= oly@world.std.com -LIB_DEPENDS= tk41\\.1:${PORTSDIR}/x11/tk41 -RUN_DEPENDS= wish4.1:${PORTSDIR}/x11/tk41 +LIB_DEPENDS= tk80\\.1:${PORTSDIR}/x11/tk80 +RUN_DEPENDS= wish8.0:${PORTSDIR}/x11/tk80 GNU_CONFIGURE= yes MAN1= dotfile.1 |