diff options
author | tg <tg@FreeBSD.org> | 1998-03-20 17:59:49 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-03-20 17:59:49 +0800 |
commit | 7184ba2647d1e36de702cc1566a5fbadcd20b5c6 (patch) | |
tree | ce7d86e6cc3e632ba00cc84e0f1d063f792db9a3 /deskutils/ical | |
parent | 0ed9dc43fc501506c88604a8407b991ac91c74e1 (diff) | |
download | freebsd-ports-gnome-7184ba2647d1e36de702cc1566a5fbadcd20b5c6.tar.gz freebsd-ports-gnome-7184ba2647d1e36de702cc1566a5fbadcd20b5c6.tar.zst freebsd-ports-gnome-7184ba2647d1e36de702cc1566a5fbadcd20b5c6.zip |
Back out last change, use tcl8.0.
Diffstat (limited to 'deskutils/ical')
-rw-r--r-- | deskutils/ical/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/deskutils/ical/Makefile b/deskutils/ical/Makefile index bb5421750a04..a6451de6c572 100644 --- a/deskutils/ical/Makefile +++ b/deskutils/ical/Makefile @@ -7,20 +7,20 @@ # DISTNAME= ical-2.2 -CATEGORIES= misc tk81 +CATEGORIES= misc tk80 MASTER_SITES= http://www.research.digital.com/SRC/personal/Sanjay_Ghemawat/ical/icalbins/ MAINTAINER= erich@FreeBSD.ORG -LIB_DEPENDS= tk81\\.1:${PORTSDIR}/x11/tk81 +LIB_DEPENDS= tk80\\.1:${PORTSDIR}/x11/tk80 GNU_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} \ - --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 + --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 MAN1= ical.1 |