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

Collapse All | Expand All

(-)devel/mico/Makefile (-2 / +4 lines)
Lines 20-28 Link Here
20
BUILD_DEPENDS=	egcc:${PORTSDIR}/lang/egcs
20
BUILD_DEPENDS=	egcc:${PORTSDIR}/lang/egcs
21
.endif
21
.endif
22
22
23
LIB_DEPENDS=	gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 \
23
LIB_DEPENDS=	gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
24
		tcl80.1:${PORTSDIR}/lang/tcl80
24
		tcl80.1:${PORTSDIR}/lang/tcl80
25
25
26
GTK_CONFIG?=	${X11BASE}/bin/gtk12-config
27
26
USE_QT=		yes
28
USE_QT=		yes
27
USE_AUTOCONF=	yes
29
USE_AUTOCONF=	yes
28
USE_GMAKE=	yes
30
USE_GMAKE=	yes
Lines 31-37 Link Here
31
33
32
CONFIGURE_ARGS=	--with-qt --with-gtk --with-tcl \
34
CONFIGURE_ARGS=	--with-qt --with-gtk --with-tcl \
33
		--disable-optimize --disable-mini-stl
35
		--disable-optimize --disable-mini-stl
34
CONFIGURE_ENV=	GTK_CONFIG="${X11BASE}/bin/gtk12-config"
36
CONFIGURE_ENV=	GTK_CONFIG="${GTK_CONFIG}"
35
37
36
MAN1=		idl.1 imr.1 nsadmin.1
38
MAN1=		idl.1 imr.1 nsadmin.1
37
MAN5=		micorc.5
39
MAN5=		micorc.5

Return to bug 11842