summaryrefslogtreecommitdiff
path: root/devel/mico
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-08-22 11:13:29 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-08-22 11:13:29 +0000
commite33fb5a4d2b1f7aa2aef18f6b460276390df451a (patch)
treead05984c66efa031db9545a6103d6f5a74e824c4 /devel/mico
parentUse the MAN1 variable. Add the other half of patch-aa that causes (diff)
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.
Notes
Notes: svn path=/head/; revision=12715
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 9d56cd05ed7c..0529e7c161af 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 \