diff options
author | asami <asami@FreeBSD.org> | 1998-08-22 19:13:29 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-08-22 19:13:29 +0800 |
commit | 50d207830e3558737aae8a08d15806767dbd1415 (patch) | |
tree | 3132f68e2c998fd7534177d26a8922a8f13a7d7a /devel/mico | |
parent | c16120dfec5f18b1c79738b8f8e8b28e16a69e8c (diff) | |
download | freebsd-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/Makefile | 4 |
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 \ |