diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-10-31 09:35:55 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-10-31 09:35:55 +0000 |
commit | 9843b67d53d634d952d9e17e9908ab50ab2a3bf3 (patch) | |
tree | df8f21e1a12c4bf3f1e46bd665c33b5bdfbd5f4a /devel/mico/Makefile | |
parent | 3a77a51b7a83867b5b7dbc61393dc77132d09346 (diff) |
Notes
Diffstat (limited to 'devel/mico/Makefile')
-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 007000dc3114..b71ce1a5b166 100644 --- a/devel/mico/Makefile +++ b/devel/mico/Makefile @@ -3,7 +3,7 @@ # Date created: 11 July 1998 # Whom: Marc G. Fournier <scrappy@freebsd.org> # -# $Id: Makefile,v 1.8 1998/10/30 04:42:13 scrappy Exp $ +# $Id: Makefile,v 1.9 1998/10/31 04:03:07 scrappy Exp $ # DISTNAME= mico-2.2.1 @@ -14,6 +14,8 @@ MAINTAINER= scrappy@freebsd.org LIB_DEPENDS= gtk.1:${PORTSDIR}/x11-toolkits/gtk +BROKEN= build + USE_QT= yes GNU_CONFIGURE= yes USE_GMAKE= yes |