diff options
author | Jing-Tang Keith Jang <keith@FreeBSD.org> | 2001-03-08 05:07:27 +0000 |
---|---|---|
committer | Jing-Tang Keith Jang <keith@FreeBSD.org> | 2001-03-08 05:07:27 +0000 |
commit | 0460e5ba021eeb799595df0dd2a66035a22193a0 (patch) | |
tree | 6862c4197b167f0ccfa93518e8b1953a8c48a101 /deskutils/ical | |
parent | 3cd1c2c6057a95b6460e140a12c871e481fd6d3b (diff) | |
download | ports-0460e5ba021eeb799595df0dd2a66035a22193a0.tar.gz ports-0460e5ba021eeb799595df0dd2a66035a22193a0.zip |
Notes
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 32bf8267da5e..395bd0efe83e 100644 --- a/deskutils/ical/Makefile +++ b/deskutils/ical/Makefile @@ -7,7 +7,7 @@ PORTNAME= ical PORTVERSION= 2.2 -CATEGORIES= deskutils tk82 +CATEGORIES= deskutils tk83 MASTER_SITES= ftp://ftp.sco.com/skunkware/src/shellutil/ \ ftp://ftp.sunet.se/pub/vendor/sco/skunkware/src/shellutil/ \ ftp://ftp.netsw.org/netsw/X11/Tools/Desktop/ \ @@ -16,14 +16,14 @@ MASTER_SITES= ftp://ftp.sco.com/skunkware/src/shellutil/ \ MAINTAINER= obrien@FreeBSD.org -LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82 +LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83 GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-tclconfig=${PREFIX}/lib/tcl8.2 \ - --with-tclhdir=${PREFIX}/include/tcl8.2 \ - --with-tclsh=${PREFIX}/bin/tclsh8.2 \ - --with-tkconfig=${PREFIX}/lib/tk8.2 \ - --with-tkhdir=${PREFIX}/include/tk8.2 +CONFIGURE_ARGS= --with-tclconfig=${PREFIX}/lib/tcl8.3 \ + --with-tclhdir=${PREFIX}/include/tcl8.3 \ + --with-tclsh=${PREFIX}/bin/tclsh8.3 \ + --with-tkconfig=${PREFIX}/lib/tk8.3 \ + --with-tkhdir=${PREFIX}/include/tk8.3 MAN1= ical.1 |