aboutsummaryrefslogtreecommitdiffstats
path: root/devel/mico
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1998-08-22 19:13:29 +0800
committerasami <asami@FreeBSD.org>1998-08-22 19:13:29 +0800
commit50d207830e3558737aae8a08d15806767dbd1415 (patch)
tree3132f68e2c998fd7534177d26a8922a8f13a7d7a /devel/mico
parentc16120dfec5f18b1c79738b8f8e8b28e16a69e8c (diff)
downloadfreebsd-ports-graphics-50d207830e3558737aae8a08d15806767dbd1415.tar.gz
freebsd-ports-graphics-50d207830e3558737aae8a08d15806767dbd1415.tar.zst
freebsd-ports-graphics-50d207830e3558737aae8a08d15806767dbd1415.zip
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.
Diffstat (limited to 'devel/mico')
-rw-r--r--devel/mico/Makefile4
1 files changed, 3 insertions, 1 deletions
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 <Nakai@technologist.com>
#
-# $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 \