diff options
Diffstat (limited to 'x11-toolkits/tk83/Makefile')
-rw-r--r-- | x11-toolkits/tk83/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-toolkits/tk83/Makefile b/x11-toolkits/tk83/Makefile index 150f14faabb3..53c47fdab23e 100644 --- a/x11-toolkits/tk83/Makefile +++ b/x11-toolkits/tk83/Makefile @@ -1,9 +1,9 @@ -# New ports collection makefile for: tk8.0 +# New ports collection makefile for: tk8.1 # Version required: 8.1a2 # Date created: 19 August 1997 # Whom: jkh # -# $Id: Makefile,v 1.17 1998/10/03 22:05:46 steve Exp $ +# $Id: Makefile,v 1.18 1998/11/11 02:02:14 asami Exp $ # DISTNAME= tk8.1a2 @@ -14,6 +14,7 @@ MASTER_SITES= ftp://ftp.scriptics.com/pub/tcl/tcl8_1/ MAINTAINER= jseger@FreeBSD.ORG LIB_DEPENDS= tcl81.1:${PORTSDIR}/lang/tcl81 +FILE_DEPENDS= ${PORTSDIR}/x11-toolkits/tk80 USE_XLIB= yes NO_LATEST_LINK= yes |