From 84bb5c000211c4e685bdc6f84fb1e71d1b2579f1 Mon Sep 17 00:00:00 2001 From: "Marc G. Fournier" Date: Sun, 23 Aug 1998 04:36:05 +0000 Subject: Missed two files in the merge... --- devel/mico/Makefile | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to 'devel/mico/Makefile') diff --git a/devel/mico/Makefile b/devel/mico/Makefile index bd74531d8a61..bca41d661f9a 100644 --- a/devel/mico/Makefile +++ b/devel/mico/Makefile @@ -3,7 +3,7 @@ # Date created: 11 July 1998 # Whom: Marc G. Fournier # -# $Id: Makefile,v 1.3 1998/07/12 19:28:33 scrappy Exp $ +# $Id: Makefile,v 1.7 1998/08/12 06:29:25 asami Exp $ # DISTNAME= mico-2.1.0 @@ -12,16 +12,16 @@ MASTER_SITES= http://diamant-atm.vsb.cs.uni-frankfurt.de/~mico/ MAINTAINER= scrappy@freebsd.org -LIB_DEPENDS= gtk\\.1\\.4:${PORTSDIR}/x11/gtk \ - qt\\.1\\.33:${PORTSDIR}/x11/qt133 +LIB_DEPENDS= gtk\\.1\\.5:${PORTSDIR}/x11-toolkits/gtk +BUILD_DEPENDS= g++28:${PORTSDIR}/lang/gcc28 \ + ${PREFIX}/lib/gcc-lib/i386-unknown-freebsd${OSREL}/2.8.1/libstdc++.a:${PORTSDIR}/lang/glibstdc++28 -BUILD_DEPENDS= moc:${PORTSDIR}/x11/qt \ - g++28:${PORTSDIR}/lang/gcc28 \ - ${PREFIX}/${GCC28DIR}/libstdc++.a:${PORTSDIR}/lang/glibstdc++28 +BROKEN= build CXX= g++28 CC= gcc28 +USE_QT= yes GNU_CONFIGURE= yes USE_GMAKE= yes @@ -41,6 +41,3 @@ post-install: ${LDCONFIG} -m ${PREFIX}/lib .include - -GNUOSREL!= uname -r | ${SED} -e 's/[-(].*//' -GCC28DIR= lib/gcc-lib/i386-unknown-freebsd${GNUOSREL}/2.8.1 -- cgit v1.2.3