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

Collapse All | Expand All

(-)lang/tcl85/Makefile (+2 lines)
Lines 17-22 Link Here
17
MAINTAINER=	martin@matuska.org
17
MAINTAINER=	martin@matuska.org
18
COMMENT=	Tool Command Language (development version)
18
COMMENT=	Tool Command Language (development version)
19
19
20
CONFLICTS?=	tcl-threads-8.5*
21
20
PATCH_DIST_ARGS=	-d ${WRKDIR}/${DISTNAME} -E ${PATCH_DIST_STRIP}
22
PATCH_DIST_ARGS=	-d ${WRKDIR}/${DISTNAME} -E ${PATCH_DIST_STRIP}
21
WRKSRC=		${WRKDIR}/${PORTNAME}${PORTVERSION:S/.a./a/}/unix
23
WRKSRC=		${WRKDIR}/${PORTNAME}${PORTVERSION:S/.a./a/}/unix
22
ALL_TARGET=	all test
24
ALL_TARGET=	all test
(-)lang/tcl85-thread/Makefile (+2 lines)
Lines 9-12 Link Here
9
9
10
MASTERDIR=	${.CURDIR}/../tcl85
10
MASTERDIR=	${.CURDIR}/../tcl85
11
11
12
CONFLICTS=	tcl-8.5*
13
12
.include	"${MASTERDIR}/Makefile"
14
.include	"${MASTERDIR}/Makefile"

Return to bug 108972