View | Details | Raw Unified | Return to bug 56654
Collapse All | Expand All

(-)expect/Makefile (-7 / +7 lines)
Lines 7-22 Link Here
7
PORTNAME=	expect
7
PORTNAME=	expect
8
PORTVERSION=	5.38.0
8
PORTVERSION=	5.38.0
9
PORTREVISION=	1
9
PORTREVISION=	1
10
CATEGORIES=	lang tcl83 tk83
10
CATEGORIES=	lang tcl84 tk84
11
MASTER_SITES=	http://expect.nist.gov/src/
11
MASTER_SITES=	http://expect.nist.gov/src/
12
12
13
MAINTAINER=	jerry@thehutt.org
13
MAINTAINER=	jerry@thehutt.org
14
COMMENT=	A sophisticated scripter based on tcl/tk
14
COMMENT=	A sophisticated scripter based on tcl/tk
15
15
16
.if !defined(WITHOUT_X11)
16
.if !defined(WITHOUT_X11)
17
LIB_DEPENDS?=	tk83.1:${PORTSDIR}/x11-toolkits/tk83
17
LIB_DEPENDS?=	tk83.1:${PORTSDIR}/x11-toolkits/tk84
18
.else
18
.else
19
LIB_DEPENDS?=	tcl83.1:${PORTSDIR}/lang/tcl83
19
LIB_DEPENDS?=	tcl83.1:${PORTSDIR}/lang/tcl84
20
.endif
20
.endif
21
21
22
EXPECT_VER=	5.38
22
EXPECT_VER=	5.38
Lines 33-46 Link Here
33
TK_CONFIG_ARGS=
33
TK_CONFIG_ARGS=
34
PLIST_SUB+=	XFILES="@comment "
34
PLIST_SUB+=	XFILES="@comment "
35
.else
35
.else
36
TK_CONFIG_ARGS=	--with-tkconfig=${LOCALBASE}/lib/tk8.3 \
36
TK_CONFIG_ARGS=	--with-tkconfig=${LOCALBASE}/lib/tk8.4 \
37
		--with-tkinclude=${LOCALBASE}/include/tk8.3
37
		--with-tkinclude=${LOCALBASE}/include/tk8.4
38
PLIST_SUB+=	XFILES=""
38
PLIST_SUB+=	XFILES=""
39
.endif
39
.endif
40
40
41
CONFIGURE_ARGS?=--enable-shared \
41
CONFIGURE_ARGS?=--enable-shared \
42
		--with-tclconfig=${LOCALBASE}/lib/tcl8.3 \
42
		--with-tclconfig=${LOCALBASE}/lib/tcl8.4 \
43
		--with-tclinclude=${LOCALBASE}/include/tcl8.3 \
43
		--with-tclinclude=${LOCALBASE}/include/tcl8.4 \
44
		${TK_CONFIG_ARGS}
44
		${TK_CONFIG_ARGS}
45
CONFIGURE_ENV=	LDFLAGS="-lutil"
45
CONFIGURE_ENV=	LDFLAGS="-lutil"

Return to bug 56654