diff options
author | agc <agc@pkgsrc.org> | 1998-02-25 15:48:11 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-02-25 15:48:11 +0000 |
commit | 4e05566bd5926c3a92711b54ec51ca561ea08fed (patch) | |
tree | 165375a734c4a02cbd7f006d77961c42a707700f | |
parent | 3281698f3186b80afcfb6ebc87df8aeefcee2d91 (diff) | |
download | pkgsrc-4e05566bd5926c3a92711b54ec51ca561ea08fed.tar.gz |
Add NetBSD RCS Id.
Be a bit more conservative - make this package depend on tk-8.0p2,
rather than the tk-8.1 that's in alpha at the moment.
-rw-r--r-- | devel/tkcvs/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/tkcvs/Makefile b/devel/tkcvs/Makefile index 6b9ea9292ec..4cd7d53cdb7 100644 --- a/devel/tkcvs/Makefile +++ b/devel/tkcvs/Makefile @@ -3,17 +3,18 @@ # Date created: 02 Aug 1996 # Whom: shanee@augusta.de # +# $NetBSD: Makefile,v 1.2 1998/02/25 15:48:11 agc Exp $ # FreeBSD Id: Makefile,v 1.12 1998/02/24 21:43:24 jseger Exp # DISTNAME= tkcvs-6.0 -CATEGORIES= devel tk81 +CATEGORIES= devel MASTER_SITES= http://www.neosoft.com/tcl/ftparchive/sorted/apps/tkcvs-6.0/ \ http://ftp.sunet.se/pub/lang/tcl/sorted/apps/tkcvs-6.0/ MAINTAINER= shanee@augusta.de -LIB_DEPENDS= tk81\\.1\\.:${PORTSDIR}/x11/tk81 +LIB_DEPENDS= tk80.1.:${PORTSDIR}/x11/tk80 NO_BUILD= yes MAN1= tkcvs.1 tkdiff.1 |