summaryrefslogtreecommitdiff
path: root/devel/mico/Makefile
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-08-22 19:46:45 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-08-22 19:46:45 +0000
commitc8d77a093bda0ea0dce30c4e9d91b8d7747d5a96 (patch)
tree4689741ba168336cb6e0973d2d3df8722b5fef8c /devel/mico/Makefile
parentchmod -> ${CHMOD} (diff)
Change all ports that need a new gcc on 3.x to use USE_NEWGCC.
Notes
Notes: svn path=/head/; revision=20886
Diffstat (limited to '')
-rw-r--r--devel/mico/Makefile13
1 files changed, 3 insertions, 10 deletions
diff --git a/devel/mico/Makefile b/devel/mico/Makefile
index f4139c302334..14a9388aaca7 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.34 1999/08/04 18:51:56 scrappy Exp $
+# $Id: Makefile,v 1.35 1999/08/17 19:37:09 cpiazza Exp $
#
DISTNAME= mico-2.2.7
@@ -12,19 +12,12 @@ MASTER_SITES= http://diamant-atm.vsb.cs.uni-frankfurt.de/~mico/
MAINTAINER= scrappy@freebsd.org
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 400004
-CC= gcc295
-CXX= g++295
-BUILD_DEPENDS= gcc295:${PORTSDIR}/lang/egcs
-.endif
-
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
tcl80.1:${PORTSDIR}/lang/tcl80
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
+USE_NEWGCC= yes
USE_QT= yes
USE_AUTOCONF= yes
USE_GMAKE= yes
@@ -41,4 +34,4 @@ MAN8= ird.8 micod.8 nsd.8
post-install:
${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>