From 50d207830e3558737aae8a08d15806767dbd1415 Mon Sep 17 00:00:00 2001 From: asami Date: Sat, 22 Aug 1998 11:13:29 +0000 Subject: It doesn't compile because of gtk path. Vanilla? :) Also, the tcl path ("--with-tcl=/usr/include") is entirely wrong. Ports are not supposed to use tcl in /usr. --- devel/mico/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'devel/mico') diff --git a/devel/mico/Makefile b/devel/mico/Makefile index 9d56cd05ed7..0529e7c161a 100644 --- a/devel/mico/Makefile +++ b/devel/mico/Makefile @@ -3,7 +3,7 @@ # Date created: 31 March 1998 # Whom: Yukihiro Nakai # -# $Id: Makefile,v 1.2 1998/08/07 23:56:16 asami Exp $ +# $Id: Makefile,v 1.3 1998/08/12 06:29:26 asami Exp $ # DISTNAME= mico-2.0.6 @@ -14,6 +14,8 @@ MAINTAINER= Nakai@technologist.com LIB_DEPENDS= gtk\\.1\\.:${PORTSDIR}/x11-toolkits/gtk +BROKEN= gtk and tcl path + WRKSRC= ${WRKDIR}/mico CONFIGURE_ARGS= --with-qt=${X11BASE}/include/X11/qt \ -- cgit