diff options
author | hubertf <hubertf> | 1997-10-24 01:04:55 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1997-10-24 01:04:55 +0000 |
commit | aecc493fb27418d74c48073aa756751d13a302ed (patch) | |
tree | c24fbcb1dbf50d8af2ed3c8c24e8fac446b89df1 /misc/dotfile | |
parent | a4c5e6f85742c5b93ad4f60e6a728f148d9c8ac9 (diff) | |
download | pkgsrc-aecc493fb27418d74c48073aa756751d13a302ed.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 |