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

(-)Makefile (-3 / +3 lines)
Lines 7-13 Link Here
7
7
8
PORTNAME=	iwidgets
8
PORTNAME=	iwidgets
9
PORTVERSION=	4.0.1
9
PORTVERSION=	4.0.1
10
PORTREVISION=	1
10
PORTREVISION=	2
11
CATEGORIES=	x11-toolkits tk
11
CATEGORIES=	x11-toolkits tk
12
MASTER_SITES=	SF/incrtcl/%5BIncr%20Widgets%5D/${PORTVERSION}
12
MASTER_SITES=	SF/incrtcl/%5BIncr%20Widgets%5D/${PORTVERSION}
13
DISTNAME=	iwidgets${PORTVERSION}
13
DISTNAME=	iwidgets${PORTVERSION}
Lines 19-26 Link Here
19
19
20
NO_BUILD=	yes
20
NO_BUILD=	yes
21
HAS_CONFIGURE=	yes
21
HAS_CONFIGURE=	yes
22
USE_TCL=	84+
22
USES+=		tcl:84
23
USE_TK=		84+
23
USES+=		tk:84
24
CONFIGURE_ARGS=	--prefix=${PREFIX} \
24
CONFIGURE_ARGS=	--prefix=${PREFIX} \
25
		--with-tcl=${TCL_LIBDIR} \
25
		--with-tcl=${TCL_LIBDIR} \
26
		--with-tk=${TK_LIBDIR} \
26
		--with-tk=${TK_LIBDIR} \

Return to bug 182249