summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-05-02 21:21:57 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-05-02 21:21:57 +0000
commit2780ede292a9a20f3f6d6f630375b92e81a52349 (patch)
treea5696148c0b0bd43a7909bbd8bb229bb0609528b /devel
parentastrowwwWWW: (diff)
mark as broken and remove extra whitespace
Notes
Notes: svn path=/head/; revision=18333
Diffstat (limited to 'devel')
-rw-r--r--devel/mico/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/mico/Makefile b/devel/mico/Makefile
index 7827e89c8645..848f2d76ff0b 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.29 1999/03/11 21:47:09 scrappy Exp $
+# $Id: Makefile,v 1.30 1999/04/22 00:16:53 scrappy Exp $
#
DISTNAME= mico-2.2.3
@@ -25,6 +25,8 @@ LIB_DEPENDS= gtk10.1:${PORTSDIR}/x11-toolkits/gtk10 \
BUILD_DEPENDS= g++28:${PORTSDIR}/lang/gcc28 \
${LIBSTDC}:${PORTSDIR}/lang/glibstdc++28
+BROKEN= Cannot find a working cpp
+
CC= gcc28
CXX= g++28
@@ -43,6 +45,6 @@ MAN5= micorc.5
MAN8= ird.8 micod.8 nsd.8
post-install:
- ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m
+ ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m
.include <bsd.port.post.mk>