View | Details | Raw Unified | Return to bug 14759 | Differences between
and this patch

Collapse All | Expand All

(-)deskutils/ical/Makefile (-2 / +1 lines)
Lines 15-22 Link Here
15
LIB_DEPENDS=    tk80.1:${PORTSDIR}/x11-toolkits/tk80
15
LIB_DEPENDS=    tk80.1:${PORTSDIR}/x11-toolkits/tk80
16
16
17
GNU_CONFIGURE=	yes
17
GNU_CONFIGURE=	yes
18
CONFIGURE_ARGS=	--prefix=${PREFIX} \
18
CONFIGURE_ARGS=	--with-tclconfig=${PREFIX}/lib/tcl8.0 \
19
		--with-tclconfig=${PREFIX}/lib/tcl8.0 \
20
		--with-tclhdir=${PREFIX}/include/tcl8.0 \
19
		--with-tclhdir=${PREFIX}/include/tcl8.0 \
21
		--with-tclsh=${PREFIX}/bin/tclsh8.0 \
20
		--with-tclsh=${PREFIX}/bin/tclsh8.0 \
22
		--with-tkconfig=${PREFIX}/lib/tk8.0 \
21
		--with-tkconfig=${PREFIX}/lib/tk8.0 \

Return to bug 14759