diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-02-24 21:43:51 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-02-24 21:43:51 +0000 |
commit | 3d4a5438d3b40cb3e80e07af0db3b6635dab8053 (patch) | |
tree | 9137a73e7f46f611647c62150ba20da9a5009917 /deskutils/ical | |
parent | activate sendfile (diff) |
Upgrade to use tcl8.1 and tk8.1.
Notes
Notes:
svn path=/head/; revision=9912
Diffstat (limited to 'deskutils/ical')
-rw-r--r-- | deskutils/ical/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/deskutils/ical/Makefile b/deskutils/ical/Makefile index d526e57b0faf..bb5421750a04 100644 --- a/deskutils/ical/Makefile +++ b/deskutils/ical/Makefile @@ -3,24 +3,24 @@ # Date created: Mon Aug 28 13:35:31 CDT 1995 # Whom: erich@rrnet.com # -# $Id: Makefile,v 1.15 1998/02/07 22:59:16 hoek Exp $ +# $Id: Makefile,v 1.16 1998/02/21 22:38:00 fenner Exp $ # DISTNAME= ical-2.2 -CATEGORIES= misc tk80 +CATEGORIES= misc tk81 MASTER_SITES= http://www.research.digital.com/SRC/personal/Sanjay_Ghemawat/ical/icalbins/ MAINTAINER= erich@FreeBSD.ORG -LIB_DEPENDS= tk80\\.1:${PORTSDIR}/x11/tk80 +LIB_DEPENDS= tk81\\.1:${PORTSDIR}/x11/tk81 GNU_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} \ - --with-tclconfig=${PREFIX}/lib/tcl8.0 \ - --with-tclhdir=${PREFIX}/include/tcl8.0 \ - --with-tclsh=${PREFIX}/bin/tclsh8.0 \ - --with-tkconfig=${PREFIX}/lib/tk8.0 \ - --with-tkhdir=${PREFIX}/include/tk8.0 + --with-tclconfig=${PREFIX}/lib/tcl8.1 \ + --with-tclhdir=${PREFIX}/include/tcl8.1 \ + --with-tclsh=${PREFIX}/bin/tclsh8.1 \ + --with-tkconfig=${PREFIX}/lib/tk8.1 \ + --with-tkhdir=${PREFIX}/include/tk8.1 MAN1= ical.1 |