mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Back out rev 1.31 which was never run past me, and which breaks the building
of the port.
This commit is contained in:
parent
3ffa215bef
commit
6c5b827b78
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=49409
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= ical
|
||||
PORTVERSION= 2.2
|
||||
CATEGORIES= deskutils tk83
|
||||
CATEGORIES= deskutils tk82
|
||||
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= tk83.1:${PORTSDIR}/x11-toolkits/tk83
|
||||
LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
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
|
||||
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
|
||||
|
||||
MAN1= ical.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user