diff options
author | agc <agc> | 1999-04-01 13:38:43 +0000 |
---|---|---|
committer | agc <agc> | 1999-04-01 13:38:43 +0000 |
commit | 43a439bfafc87969143eacc01fe95e4f68a8dc12 (patch) | |
tree | da5d46c57de4dca381b391a1b057e69e88cfec3a /mbone/nte | |
parent | e31512d764909bd113afbbbe9e0cd46af731feb1 (diff) | |
download | pkgsrc-43a439bfafc87969143eacc01fe95e4f68a8dc12.tar.gz |
Update to tk version 8.0.5. This seems to be primarily a bug-fix release.
Diffstat (limited to 'mbone/nte')
-rw-r--r-- | mbone/nte/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mbone/nte/Makefile b/mbone/nte/Makefile index 26b0c952020..82a3d8c0a05 100644 --- a/mbone/nte/Makefile +++ b/mbone/nte/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 1999/03/22 09:38:23 agc Exp $ +# $NetBSD: Makefile,v 1.14 1999/04/01 13:38:44 agc Exp $ # DISTNAME= nt.1.5a23 @@ -9,7 +9,7 @@ MASTER_SITES= ftp://cs.ucl.ac.uk/mice/nte/ MAINTAINER= mycroft@netbsd.org BUILD_DEPENDS= ${BUILD_ROOT}/x11/tk80/${WRKDIR:T}/tk8.0/generic/default.h:${TK_DIR}:configure -DEPENDS+= tk-8.0p2:../../x11/tk80 +DEPENDS+= tk-8.0.5:../../x11/tk80 TK_DIR= ${BUILD_ROOT}/x11/tk80 TK_SRC= ${TK_DIR}/${WRKDIR:T}/tk8.0 |