diff options
author | cwt <cwt@FreeBSD.org> | 1999-04-30 16:11:52 +0000 |
---|---|---|
committer | cwt <cwt@FreeBSD.org> | 1999-04-30 16:11:52 +0000 |
commit | b4d8b3a7dc919d623179c225a0d881523d59e985 (patch) | |
tree | 972968d6ee7b43ae5dc135c08b3c6584dab7ffd5 /x11-toolkits/tk80/Makefile | |
parent | 9dc5d31d6c8375adef575d514d6e7a614c5701f7 (diff) | |
download | FreeBSD-ports-b4d8b3a7dc919d623179c225a0d881523d59e985.zip FreeBSD-ports-b4d8b3a7dc919d623179c225a0d881523d59e985.tar.gz |
Tk 8.0.5
Diffstat (limited to 'x11-toolkits/tk80/Makefile')
-rw-r--r-- | x11-toolkits/tk80/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-toolkits/tk80/Makefile b/x11-toolkits/tk80/Makefile index ed965ab..2ccf9d4 100644 --- a/x11-toolkits/tk80/Makefile +++ b/x11-toolkits/tk80/Makefile @@ -3,11 +3,11 @@ # Date created: 19 August 1997 # Whom: jkh # -# $Id: Makefile,v 1.16 1998/12/19 07:27:37 cwt Exp $ +# $Id: Makefile,v 1.17 1998/12/24 06:51:12 cwt Exp $ # -DISTNAME= tk8.0.4 -PKGNAME= tk-8.0.4 +DISTNAME= tk8.0.5 +PKGNAME= tk-8.0.5 CATEGORIES= x11-toolkits tk80 MASTER_SITES= ftp://ftp.scriptics.com/pub/tcl/tcl8_0/ @@ -16,7 +16,7 @@ MAINTAINER= cwt@Freebsd.ORG LIB_DEPENDS= tcl80.1:${PORTSDIR}/lang/tcl80 USE_XLIB= yes -WRKSRC= ${WRKDIR}/tk8.0.4/unix +WRKSRC= ${WRKDIR}/tk8.0.5/unix GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared CONFIGURE_ENV= PORTSDIR=${PORTSDIR} TK_LIB_FILE=${TK_LIB_FILE} |