diff options
author | scrappy <scrappy@FreeBSD.org> | 1998-10-31 04:03:14 +0000 |
---|---|---|
committer | scrappy <scrappy@FreeBSD.org> | 1998-10-31 04:03:14 +0000 |
commit | 32d9b79bdcbc25beb5f9cc07eb9af09e7ecd4bad (patch) | |
tree | 1009101535b10587f9e2f311f6adecf44ef651d4 /devel/mico/Makefile | |
parent | f3644dcc6ef8ea8d478192d76036d7c0783d2a37 (diff) | |
download | FreeBSD-ports-32d9b79bdcbc25beb5f9cc07eb9af09e7ecd4bad.zip FreeBSD-ports-32d9b79bdcbc25beb5f9cc07eb9af09e7ecd4bad.tar.gz |
mico 2.2.1 port ... compiles cleanly and installs.
Please let me know of any problems, as I won't know until I move into
getting koffice built..
Diffstat (limited to 'devel/mico/Makefile')
-rw-r--r-- | devel/mico/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/devel/mico/Makefile b/devel/mico/Makefile index 677051d..007000d 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.7 1998/09/22 22:55:52 asami Exp $ +# $Id: Makefile,v 1.8 1998/10/30 04:42:13 scrappy Exp $ # DISTNAME= mico-2.2.1 @@ -14,8 +14,6 @@ MAINTAINER= scrappy@freebsd.org LIB_DEPENDS= gtk.1:${PORTSDIR}/x11-toolkits/gtk -BROKEN= build - work in progress - USE_QT= yes GNU_CONFIGURE= yes USE_GMAKE= yes @@ -23,9 +21,9 @@ USE_GMAKE= yes WRKSRC= ${WRKDIR}/mico CONFIGURE_ARGS= --with-qt --with-gtk --with-tcl=/usr/include \ - --disable-optimize --disable-mini-stl --disable-shared + --disable-optimize --disable-shared -MAN1= idl.1 imr.1 nsadmn.1 +MAN1= idl.1 imr.1 nsadmin.1 MAN5= micorc.5 MAN8= ird.8 micod.8 nsd.8 |